Skip to content

Commit

Permalink
Use comma in pypi requirements version range
Browse files Browse the repository at this point in the history
As defined
[here](https://pip.pypa.io/en/latest/reference/pip_install/#requirement-specifiers)
a comma is needed for version ranges
  • Loading branch information
LefterisJP committed Jan 25, 2017
1 parent 53a0b16 commit ca1e842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pysha3
# temporary until https://github.com/ethereum/pyethapp/pull/184 comes upstream (see also setup.py)
-e git+https://github.com/konradkonrad/pyethapp@71f940c6d287b98a35ef524f4c5e3c13d530bfc5#egg=pyethapp
ipython<5.0.0
rlp>=0.4.3<=0.4.6
rlp>=0.4.3,<=0.4.6
secp256k1==0.12.1
pycryptodome>=3.4.3
miniupnpc
Expand All @@ -11,4 +11,4 @@ ethereum>=1.3.2
ethereum-serpent
repoze.lru
gevent-websocket==0.9.4
cachetools>=2.0.0<3.0.0
cachetools>=2.0.0,<3.0.0

0 comments on commit ca1e842

Please sign in to comment.