Skip to content

Commit 700552a

Browse files
author
Peter Yin
committed
upgrade packages in requirements-dev.txt
1 parent 22189e3 commit 700552a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

requirements-dev.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PyYAML==3.11
22
cov-core==1.15.0
3-
coverage==3.7.1
4-
coveralls==0.5
3+
coverage==4.4
4+
coveralls==1.5.1
5+
cryptography==2.4.2
56
docopt==0.6.2
67
nose==1.3.6
7-
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-
8+
py==1.5.4
9+
pytest==4.1.1
10+
pytest-cov==2.6.1
11+
# wsgiref is included in python standard library in Python 3, and will fail to install.
12+
wsgiref==0.1.2; python_version < "3.0"
1313
-r requirements.txt
1414
-r requirements-rtd.txt

0 commit comments

Comments
 (0)