Holger Frey
7 years ago
2 changed files with 9 additions and 16 deletions
@ -1,11 +1,9 @@ |
|||||||
pip==8.1.2 |
pip>=8.1.2 |
||||||
bumpversion==0.5.3 |
bumpversion>=0.5.3 |
||||||
wheel==0.29.0 |
wheel>=0.29.0 |
||||||
watchdog==0.8.3 |
watchdog>=0.8.3 |
||||||
flake8==2.6.0 |
flake8>=2.6.0 |
||||||
tox==2.3.1 |
coverage>=4.1 |
||||||
coverage==4.1 |
Sphinx>=1.4.8 |
||||||
Sphinx==1.4.8 |
pytest>=2.9.2 |
||||||
|
pytest-runner>=2.11.1 |
||||||
pytest==2.9.2 |
|
||||||
pytest-runner==2.11.1 |
|
||||||
|
Reference in new issue