summaryrefslogtreecommitdiff
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
parentfd239fca84644896b1971cf24bc6213d065adb86 (diff)
downloadoauthlib-09e4af26a387b3fce03f3cb1a38c6cff6a6c1af3.tar.gz
Lock requirements to specific versions. Use requirements.txt for tox deps.
-rw-r--r--requirements.txt13
-rw-r--r--tox.ini6
2 files changed, 6 insertions, 13 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
diff --git a/tox.ini b/tox.ini
index cf848a7..f770b23 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,11 +2,7 @@
envlist = py26,py27,py32,py33,py34,pypy
[testenv]
-deps=nose
- pycrypto
- mock
- pyjwt
- blinker
+deps=-rrequirements.txt
commands=nosetests -w tests
[testenv:py26]