Browse Source

remove fixed package versions for dev requirements

master
undeath 8 years ago
parent
commit
fc3904ee03
  1. 6
      requirements-dev.txt

6
requirements-dev.txt

@ -1,9 +1,9 @@
# matplotlib
# numpy
pexpect
coverage==4.2
pytest==3.0.5
pytest-cov==2.4.0
coverage
pytest
pytest-cov
python-coveralls
mock

Loading…
Cancel
Save