Browse Source

Require different twines based on python version

pull/677/head
Ross McFarland 5 years ago
parent
commit
cec53b2180
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      requirements-dev.txt

+ 2
- 1
requirements-dev.txt 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'

Loading…
Cancel
Save