Merge pull request #1835 from dhuang/remove-cookies-dep

Remove unused cookies dependency
This commit is contained in:
Steve Pulec 2018-09-22 15:42:51 -04:00 committed by GitHub
commit 626113351d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ install_requires = [
"boto>=2.36.0",
"boto3>=1.6.16,<1.8",
"botocore>=1.9.16,<1.11",
"cookies",
"cryptography>=2.0.0",
"requests>=2.5",
"xmltodict",