Changes boto2 pip source
Changes requirements file to point boto2 to devtable repo, which contains the fix for SigV4 connection problem.
This commit is contained in:
parent
2c61c87712
commit
bccff26e69
2 changed files with 2 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
-e git+https://github.com/coreos/resumablehashlib.git#egg=resumablehashlib
|
||||
-e git+https://github.com/jepcastelein/marketo-rest-python.git#egg=marketorestpython
|
||||
-e git+https://github.com/app-registry/appr-server.git@c2ef3b88afe926a92ef5f2e11e7d4a259e286a17#egg=cnr_server # naming has changed
|
||||
-e git+https://github.com/DevTable/boto.git@a6a5c00bd199b1492e99199251b10451970b5b08#egg=boto
|
||||
APScheduler==3.0.5
|
||||
Flask-Login
|
||||
Flask-Mail
|
||||
|
@ -23,7 +24,6 @@ beautifulsoup4
|
|||
bencode
|
||||
bintrees
|
||||
bitmath
|
||||
boto
|
||||
boto3
|
||||
cachetools==1.1.6
|
||||
cryptography
|
||||
|
|
Reference in a new issue