forked from p15670423/monkey
Merge pull request #825 from guardicore/fix-conflicting-dependencies
Locking the AWS requirements to avoid conflicts
This commit is contained in:
commit
19a8ab1b20
|
@ -2,9 +2,9 @@ Flask-JWT-Extended==3.24.1
|
|||
Flask-Pymongo>=2.3.0
|
||||
Flask-Restful>=0.3.8
|
||||
PyInstaller==3.6
|
||||
awscli>=1.18
|
||||
boto3>=1.14
|
||||
botocore>=1.17.18,<1.18.0
|
||||
awscli>=1.18.131
|
||||
boto3>=1.14.54
|
||||
botocore>=1.17.54,<1.18.0
|
||||
cffi>=1.8,!=1.11.3
|
||||
dpath>=2.0
|
||||
flask>=1.1
|
||||
|
|
Loading…
Reference in New Issue