Skip to content

Commit

Permalink
Updating dependencies prior to release.
Browse files Browse the repository at this point in the history
  • Loading branch information
russell-lewis committed Jun 8, 2017
1 parent f32b9a1 commit d2bee45
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
20 changes: 12 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,25 @@
-e .
asn1crypto==0.22.0
boto3==1.4.4
botocore==1.5.17
cffi==1.9.1
botocore==1.5.63
cffi==1.10.0
configparser==3.5.0
coverage==4.3.4
cryptography==1.7.2
cryptography==1.9
docutils==0.13.1
enum34==1.1.6
flake8==3.3.0
futures==3.0.5
idna==2.2
funcsigs==1.0.2
futures==3.1.1
idna==2.5
ipaddress==1.0.18
jmespath==0.9.1
jmespath==0.9.3
kmsauth==0.2.0
marshmallow==2.13.0
marshmallow==2.13.5
mccabe==0.6.1
mock==2.0.0
packaging==16.8
pbr==3.0.1
py==1.4.32
pyasn1==0.2.2
pycodestyle==2.3.1
Expand All @@ -26,4 +30,4 @@ pytest==3.0.6
pytest-mock==1.6.0
python-dateutil==2.6.0
s3transfer==0.1.10
six==1.10.0
six==1.10.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
'coverage',
'flake8',
'pyflakes',
'pytest'
'pytest',
'pytest-mock'
]
}
)

0 comments on commit d2bee45

Please sign in to comment.