summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIb Lundgren <ib.lundgren@gmail.com>2013-02-03 09:48:42 -0800
committerIb Lundgren <ib.lundgren@gmail.com>2013-02-03 09:48:42 -0800
commitea3b1a3dce7db20f56f9db055050f45f8051c3d1 (patch)
treee668e14639de1313f9ecaaa965f6eb6169cc14b7
parent1e76fb32b405f13b4f9705788d42900e4bd94b07 (diff)
parent3c5c90d5a1773fd3ebe6520d18284d7635227f1d (diff)
downloadoauthlib-ea3b1a3dce7db20f56f9db055050f45f8051c3d1.tar.gz
Merge pull request #98 from ondrowan/missing_crypto
Added missing pycrypto library to requirements.txt
-rw-r--r--requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 6f4da3c..ad52aac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,6 @@
docutils
python-creole
-e git+https://github.com/ternstor/pycco.git#egg=pycco
+pycrypto
+mock
+nose