Skip to content

Commit

Permalink
upgrade dependencies (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas authored Aug 28, 2016
1 parent 7323298 commit c29b8cd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions requirements/developer.pip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r user.pip
pycodestyle >= 2.0.0
pytest >= 2.9.2
pytest-cov >= 2.3.0
pytest >= 3.0.1
pytest-cov >= 2.3.1
# PyYAML # requirement already covered by setup.py
2 changes: 1 addition & 1 deletion requirements/maintainer.pip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-r developer.pip
wheel >= 0.29.0
twine >= 1.7.4
twine >= 1.8.1
pypandoc >= 1.2.0
PyInstaller >= 3.2
2 changes: 1 addition & 1 deletion requirements/user.pip
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: Run pip from Flintrock's root directory, not from the directory containing
# this file.

setuptools >= 25.1.2
setuptools >= 26.0.0

# NOTE: The `-e .` syntax lets us reuse the requirements already specified under
# `install_requires` in setup.py.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
# totally break Flintrock.
# For example: https://github.com/paramiko/paramiko/issues/615
install_requires=[
'boto3 == 1.3.1',
'botocore == 1.4.37',
'boto3 == 1.4.0',
'botocore == 1.4.49',
'click == 6.6',
'paramiko == 1.15.4',
'PyYAML == 3.11',
Expand Down

0 comments on commit c29b8cd

Please sign in to comment.