Skip to content

Commit

Permalink
pin requests to 2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 6, 2018
1 parent ed8064c commit 54325c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
flask == 1.0.2
pycodestyle
pytest
requests
requests == 2.19.1
sphinx
sphinx_rtd_theme
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def package_files(directory):
]
},
install_requires=[
'requests',
'requests==2.19.1',
'sphinx',
'sphinx_rtd_theme',
'flask==1.0.2'
Expand Down

0 comments on commit 54325c0

Please sign in to comment.