Add workaround for zest.releaser twine issue

See https://github.com/zestsoftware/zest.releaser/issues/183
This commit is contained in:
Toilal
2016-09-08 22:34:46 +02:00
parent ed8a57c0a0
commit cc7b59ca85
+3
View File
@@ -25,6 +25,9 @@ setup_requires = ['pytest-runner']
dev_require = ['zest.releaser[recommended]', 'pylint', 'tox', 'sphinx', 'sphinx-autobuild']
# Workaround for https://github.com/zestsoftware/zest.releaser/issues/183
dev_require += ['twine<1.7']
tests_require = ['pytest>=2.7.3', 'pytest-benchmark', 'pytest-capturelog', 'PyYAML']
entry_points = {