Skip to content

Commit

Permalink
Merge pull request #37 from cuda-networks/upgrade_reqs
Browse files Browse the repository at this point in the history
upgrade requirements
  • Loading branch information
alexeyts authored Jul 22, 2019
2 parents 07f2940 + 373ccef commit 6c1b6ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions development.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
boto3==1.4.8
boto3==1.9.86
Django==1.10.6
mock==2.0.0
moto==0.4.24
moto==1.3.13
redis==2.10.5
requests==2.10.0
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

setup(
name='django-eb-sqs',
version='1.30',
version='1.31',
package_dir={'eb_sqs': 'eb_sqs'},
include_package_data=True,
packages=find_packages(),
description='A SQS worker implementation for Elastic Beanstalk',
long_description=README,
url='https://github.com/cuda-networks/django-eb-sqs',
install_requires=[
'boto3>=1.4.8',
'Django>=1.7',
'redis>=2.10',
'requests>=2',
'boto3>=1.9.86',
'Django>=1.10.6',
'redis>=2.10.5',
'requests>=2.10.0',
]
)

0 comments on commit 6c1b6ab

Please sign in to comment.