mirror of https://github.com/interlegis/sapl.git
Marcio Mazza
9 years ago
3 changed files with 24 additions and 23 deletions
@ -1,7 +1,8 @@ |
|||
-r test-requirements.txt |
|||
autopep8==1.2.2 |
|||
autopep8==1.2.4 |
|||
beautifulsoup4==4.4.1 |
|||
django-debug-toolbar==1.4 |
|||
ipdb==0.9.0 |
|||
pygraphviz==1.3rc2 |
|||
ipdb==0.10.1 |
|||
pip-review==0.4 |
|||
pygraphviz==1.3.1 |
|||
pytest-ipdb==0.1-prerelease2 |
@ -1,11 +1,11 @@ |
|||
-r requirements.txt |
|||
coverage==4.0.3 |
|||
coverage==4.1 |
|||
django-webtest |
|||
flake8==2.5.4 |
|||
flake8==2.6.2 |
|||
isort==4.2.5 |
|||
model_mommy==1.2.6 |
|||
model-mommy==1.2.6 |
|||
pep8==1.7.0 |
|||
pytest==2.7.2 |
|||
pytest-cov==2.2.1 |
|||
pytest==2.9.2 |
|||
pytest-cov==2.3.0 |
|||
pytest-django==2.9.1 |
|||
webtest==2.0.21 |
Loading…
Reference in new issue