diff options
author | David Reid <dreid@dreid.org> | 2013-11-08 13:28:30 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2013-11-08 13:28:30 -0800 |
commit | a5ba6e5493f6f523de90ea5ecf376c011f8e48ff (patch) | |
tree | cf25209252c289b0cb2b46fd2bc8d8f84f28fcdf | |
parent | 57c5fa6b889763082d614ae1d65ebded214f1f73 (diff) | |
parent | 2ff5352312b0355837d5059927d4abc36c10d6c6 (diff) | |
download | cryptography-a5ba6e5493f6f523de90ea5ecf376c011f8e48ff.tar.gz cryptography-a5ba6e5493f6f523de90ea5ecf376c011f8e48ff.tar.bz2 cryptography-a5ba6e5493f6f523de90ea5ecf376c011f8e48ff.zip |
Merge pull request #235 from alex/include-all-requiremenst
Include all the requirements in the dev-requirements, even those which w...
-rw-r--r-- | AUTHORS.rst | 1 | ||||
-rw-r--r-- | dev-requirements.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst index b3b7f35d..0ef9958d 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -10,4 +10,3 @@ PGP key fingerprints are enclosed in parentheses. * Christian Heimes <christian@python.org> * Paul Kehrer <paul.l.kehrer@gmail.com> * Jarret Raim <jarito@gmail.com> - diff --git a/dev-requirements.txt b/dev-requirements.txt index 752517dd..66f46d83 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,3 +4,4 @@ pytest coverage sphinx tox +-e . |