mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Actually only install twine on 3.x
This commit is contained in:
@@ -5,5 +5,4 @@ pycodestyle==2.6.0
|
|||||||
pyflakes==2.2.0
|
pyflakes==2.2.0
|
||||||
readme_renderer[md]==26.0
|
readme_renderer[md]==26.0
|
||||||
requests_mock
|
requests_mock
|
||||||
twine==1.15.0; python_version < '3.2'
|
|
||||||
twine==3.2.0; python_version >= '3.2'
|
twine==3.2.0; python_version >= '3.2'
|
||||||
|
Reference in New Issue
Block a user