aboutsummaryrefslogtreecommitdiffstats
path: root/dev-requirements.txt
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-05-29 00:17:08 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-05-29 01:17:08 -0400
commitc6c3b6d9d50f50f7876d94899a934ecdd68bf417 (patch)
tree452724871cb58b677aa5ff99f8ef1dd27808ea27 /dev-requirements.txt
parent698f9ef6e3764441d2a665b33cded8fa0942ea8e (diff)
downloadcryptography-c6c3b6d9d50f50f7876d94899a934ecdd68bf417.tar.gz
cryptography-c6c3b6d9d50f50f7876d94899a934ecdd68bf417.tar.bz2
cryptography-c6c3b6d9d50f50f7876d94899a934ecdd68bf417.zip
pip is prejudiced against dashes and underscores (#2922)
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 8c4a188a..2c171878 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -4,5 +4,5 @@ invoke
requests
tox
twine
--e .[test,docs-test,pep8-test]
+-e .[test,docstest,pep8test]
-e vectors