Skip to content

Commit

Permalink
Fix twine's version up to 1.7.4 to avoid failures in test_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurai-youhei committed Sep 23, 2016
1 parent 096ff07 commit b6503b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/dev.pip
Expand Up @@ -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'
Expand Down

0 comments on commit b6503b0

Please sign in to comment.