We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22189e3 commit 700552aCopy full SHA for 700552a
requirements-dev.txt
@@ -1,14 +1,14 @@
1
PyYAML==3.11
2
cov-core==1.15.0
3
-coverage==3.7.1
4
-coveralls==0.5
+coverage==4.4
+coveralls==1.5.1
5
+cryptography==2.4.2
6
docopt==0.6.2
7
nose==1.3.6
-py==1.4.26
8
-pytest==2.7.0
9
-pytest-cov==1.8.1
10
-ecdsa==0.13
11
-wsgiref==0.1.2
12
-
+py==1.5.4
+pytest==4.1.1
+pytest-cov==2.6.1
+# wsgiref is included in python standard library in Python 3, and will fail to install.
+wsgiref==0.1.2; python_version < "3.0"
13
-r requirements.txt
14
-r requirements-rtd.txt
0 commit comments