Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPalmer1 committed Sep 28, 2018
1 parent 7e87d34 commit 469631e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 6 additions & 10 deletions requirements.txt
@@ -1,17 +1,13 @@
asn1crypto==0.24.0
boto3==1.7.16
botocore==1.10.16
boto3==1.7.84
botocore==1.10.84
cffi==1.11.5
cryptography==2.2.2
cryptography==2.3.1
docutils==0.14
enum34==1.1.6
futures==3.2.0
idna==2.6
ipaddress==1.0.22
idna==2.7
jmespath==0.9.3
pycparser==2.18
pycparser==2.19
pyOpenSSL==17.5.0
python-dateutil==2.7.2
python-dateutil==2.7.3
s3transfer==0.1.13
scandir==1.7
six==1.11.0
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -14,10 +14,10 @@
author='Michael Palmer',
author_email='github@michaeldpalmer.com',
packages=find_packages(),
setup_requires=['setuptools_scm~=2.0.0'],
setup_requires=['setuptools_scm~=3.1.0'],
install_requires=[
'boto3~=1.7.16',
'cryptography~=2.2.2',
'cryptography~=2.3.0',
'pyOpenSSL~=17.5.0',
'scandir~=1.7;python_version<"3.0"',
'six~=1.11.0'
Expand Down

0 comments on commit 469631e

Please sign in to comment.