summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorgeorge.whewell <george@bynd.com>2015-01-27 17:32:06 +0000
committergeorge.whewell <george@bynd.com>2015-01-27 17:32:06 +0000
commit09e4af26a387b3fce03f3cb1a38c6cff6a6c1af3 (patch)
tree2da47bf454c1daf14febd6c3b5f75c6c0706f97e /requirements.txt
parentfd239fca84644896b1971cf24bc6213d065adb86 (diff)
downloadoauthlib-09e4af26a387b3fce03f3cb1a38c6cff6a6c1af3.tar.gz
Lock requirements to specific versions. Use requirements.txt for tox deps.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/requirements.txt b/requirements.txt
index d2320c7..7c89621 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,8 +1,5 @@
-docutils
-python-creole
--e git+https://github.com/ternstor/pycco.git#egg=pycco
-pycrypto
-mock
-nose
-sphinx
-pyjwt
+nose==1.3.4
+mock==1.0.1
+pycrypto==2.6.1
+pyjwt==0.3.2
+blinker==1.3 \ No newline at end of file