We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f2940 commit 373ccefCopy full SHA for 373ccef
development.txt
@@ -1,6 +1,6 @@
1
-boto3==1.4.8
+boto3==1.9.86
2
Django==1.10.6
3
mock==2.0.0
4
-moto==0.4.24
+moto==1.3.13
5
redis==2.10.5
6
requests==2.10.0
setup.py
@@ -6,17 +6,17 @@
7
setup(
8
name='django-eb-sqs',
9
- version='1.30',
+ version='1.31',
10
package_dir={'eb_sqs': 'eb_sqs'},
11
include_package_data=True,
12
packages=find_packages(),
13
description='A SQS worker implementation for Elastic Beanstalk',
14
long_description=README,
15
url='https://github.com/cuda-networks/django-eb-sqs',
16
install_requires=[
17
- 'boto3>=1.4.8',
18
- 'Django>=1.7',
19
- 'redis>=2.10',
20
- 'requests>=2',
+ 'boto3>=1.9.86',
+ 'Django>=1.10.6',
+ 'redis>=2.10.5',
+ 'requests>=2.10.0',
21
]
22
)
0 commit comments