diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-08 10:15:00 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-08 10:15:00 -0800 |
| commit | c0542e2accbda302e5bb12a09fa6049bee50feef (patch) | |
| tree | 9c4b07a984dc780168602ff38cb1c7a26d10ff82 | |
| parent | 635b542ded9ede772a2ca907e8bb5349ded333bd (diff) | |
| download | cryptography-c0542e2accbda302e5bb12a09fa6049bee50feef.tar.gz cryptography-c0542e2accbda302e5bb12a09fa6049bee50feef.tar.bz2 cryptography-c0542e2accbda302e5bb12a09fa6049bee50feef.zip | |
Include all the requirements in the dev-requirements, even those which will be installed by `pip install .`
| -rw-r--r-- | AUTHORS.rst | 1 | ||||
| -rw-r--r-- | dev-requirements.txt | 2 |
2 files changed, 2 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..73b876f2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,3 +4,5 @@ pytest coverage sphinx tox +cffi +six |
