aboutsummaryrefslogtreecommitdiffstats
path: root/dev-requirements.txt
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-07-01 08:50:49 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-07-01 10:50:49 -0500
commitb1698651952f38d239ed1f6243933581459cd34e (patch)
treed7b9920607c2ceb040088efbb5982a01e5b7b732 /dev-requirements.txt
parent784e3bc30d7c08952a2b994c57fc98bcc3f805c5 (diff)
downloadcryptography-b1698651952f38d239ed1f6243933581459cd34e.tar.gz
cryptography-b1698651952f38d239ed1f6243933581459cd34e.tar.bz2
cryptography-b1698651952f38d239ed1f6243933581459cd34e.zip
require a version of twine that uses pypi.org (#3743)
* require a version of twine that uses pypi.org * computer
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r--dev-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index 3213f1e5..93d28450 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -3,6 +3,6 @@ clint
coverage
requests
tox >= 2.4.1
-twine
+twine >= 1.8.0
-e .[test,docstest,pep8test]
-e vectors