1
0
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:
Youhei Sakurai 2016-09-23 14:08:08 +09:00
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'