Remove twine dependency constraint

This commit is contained in:
Toilal
2016-11-27 09:44:21 +01:00
parent 92bf41d449
commit 1fcbe88365
-3
View File
@@ -23,9 +23,6 @@ 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 = {