Skip to content

Commit

Permalink
fix: Change requests from fixed version to version range (#93)
Browse files Browse the repository at this point in the history
* Change requests version to be more flexible to aid in using this with dev requirements for a release.

* revert changes to vcs helpers
  • Loading branch information
DavidWylie authored and relekang committed Nov 19, 2018
1 parent 721a6dd commit af3ad59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Expand Up @@ -3,5 +3,5 @@ gitpython==2.1.10
invoke==0.11.1
semver==2.2.1
twine==1.11.0
requests==2.9.1
requests>=2.9.1<3
wheel

0 comments on commit af3ad59

Please sign in to comment.