1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Require different twines based on python version

This commit is contained in:
Ross McFarland
2021-02-16 07:11:14 -08:00
parent 5cb0fa1641
commit cec53b2180

View File

@@ -5,4 +5,5 @@ pycodestyle==2.6.0
pyflakes==2.2.0
readme_renderer[md]==26.0
requests_mock
twine==3.2.0
twine==1.15.0; python_version < '3.2'
twine==3.2.0; python_version >= '3.2'