aboutsummaryrefslogtreecommitdiffstats
path: root/dev-requirements.txt
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-01-17 16:27:25 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-01-17 16:27:25 -0600
commit27fab132e7bf09b0080d77d087032b3faabfc3b5 (patch)
tree243bfad170d3d6d3782cb7c1a46685787d1eae5e /dev-requirements.txt
parent4edafb2cf151f7aa82defd14a6a08d427cbd9010 (diff)
parente74dc4ed8608d119881273b887b8c022128846d7 (diff)
downloadcryptography-27fab132e7bf09b0080d77d087032b3faabfc3b5.tar.gz
cryptography-27fab132e7bf09b0080d77d087032b3faabfc3b5.tar.bz2
cryptography-27fab132e7bf09b0080d77d087032b3faabfc3b5.zip
Merge pull request #2674 from alex/reduce-duplication
Attempt to reduce the duplication in declaring our test deps
Diffstat (limited to 'dev-requirements.txt')
-rw-r--r--dev-requirements.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-requirements.txt b/dev-requirements.txt
index b33b5e68..0ad5f927 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -3,17 +3,12 @@ coverage
flake8
flake8-import-order
invoke
-iso8601
pep8-naming
-pretend
-pyasn1_modules
-pytest
requests
sphinx
sphinx_rtd_theme
sphinxcontrib-spelling
tox
twine
-hypothesis
--e .
+-e .[test]
-e vectors