Skip to content

Commit

Permalink
fix: Unfreeze dependencies
Browse files Browse the repository at this point in the history
This uses ~= for most dependencies instead of pinning them.

Fixes #100
  • Loading branch information
relekang committed Jan 12, 2019
1 parent a504f26 commit 847833b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
@@ -1,7 +1,7 @@
click==6.2
gitpython==2.1.10
click~=6.2
gitpython~=2.1
invoke==0.11.1
semver==2.2.1
twine==1.12.1
requests>=2.9.1<3
semver~=2.2
twine~=1.12
requests~=2.21
wheel

0 comments on commit 847833b

Please sign in to comment.