diff options
author | Sumana Harihareswara <sh@changeset.nyc> | 2018-03-21 11:13:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 11:13:32 -0400 |
commit | e99d2856d2bedc6eda53febcb7aabeffe9876aaa (patch) | |
tree | 930226b528f44b3c4dbf7bdc012e2a003499f899 /dev-requirements.txt | |
parent | 8572e5a55b3d9a01f0ec1037eaf4c64a82736cbb (diff) |
Update twine requirement in dev-requirements.txt
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r-- | dev-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt index 00ff1c6e..80e82134 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ alabaster>=0.7.5,<2.0 releases>=1.1.0,<2.0 semantic_version<3.0 wheel==0.24 -twine==1.9.1 +twine>=1.11.0 flake8==2.6.2 pytest==3.2.1 pytest_relaxed==1.0.0 |