Skip to content

Commit dae433d

Browse files
committed
fix requirements version in dev-requirements
1 parent b783ec9 commit dae433d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev-requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytest
2-
pytest-benchmark
3-
coverage
4-
cython
5-
tox
1+
pytest==3.0.5
2+
pytest-benchmark==3.0.0
3+
coverage==4.3.1
4+
cython==0.24.1
5+
tox==2.5.0

0 commit comments

Comments
 (0)