mirror of
https://github.com/pypiserver/pypiserver
synced 2024-11-09 16:45:51 +01:00
Fix twine's version up to 1.7.4 to avoid failures in test_server.py
This commit is contained in:
parent
096ff074bf
commit
b6503b02f6
@ -15,7 +15,7 @@ pytest>=2.3
|
||||
webtest; python_version != '2.5'
|
||||
mock; python_version <= '3.2'
|
||||
gevent>=1.1b4; python_version >= '3'
|
||||
twine>=1.7
|
||||
twine>=1.7,<=1.7.4
|
||||
|
||||
WebOb==0.9.6.1; python_version == '2.5'
|
||||
BeautifulSoup==3.2.1; python_version == '2.5'
|
||||
|
Loading…
Reference in New Issue
Block a user