Skip to content

Commit

Permalink
Improved deps pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed May 8, 2016
1 parent d858ef1 commit fed0924
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Older junk
tox>=1.4,<1.5
# For newer tasks like building Sphinx docs.
invoke>=0.11.1
invocations>=0.11.0
sphinx>=1.1.3
alabaster>=0.7.5
releases>=1.1.0
semantic_version<3
invoke>=0.11.1,<2.0
invocations>=0.11.0,<2.0
sphinx>=1.1.3,<2.0
alabaster>=0.7.5,<2.0
releases>=1.1.0,<2.0
semantic_version<3.0
wheel==0.24
twine==1.5
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
'Programming Language :: Python :: 3.5',
],
install_requires=[
'pycrypto>=2.1,!=2.4',
'ecdsa>=0.11',
'pycrypto>=2.1,!=2.4,<3.0',
'ecdsa>=0.11,<2.0',
],
)

0 comments on commit fed0924

Please sign in to comment.