mirror of https://github.com/interlegis/sapl.git
2 changed files with 24 additions and 18 deletions
@ -1,11 +1,14 @@ |
|||
-r test-requirements.txt |
|||
|
|||
autopep8==1.2.4 |
|||
beautifulsoup4==4.9.1 |
|||
django-debug-toolbar==3.2.1 |
|||
ipdb==0.13.3 |
|||
fancycompleter==0.9.1 |
|||
pdbpp==0.10.3 |
|||
pip-review==0.4 |
|||
pipdeptree==0.10.1 |
|||
autopep8==2.3.2 |
|||
beautifulsoup4==4.13.5 |
|||
# Django 3.2-compatible toolbar: 4.4.0+ requires Django ≥4.2 |
|||
django-debug-toolbar==4.3.0 |
|||
ipdb==0.13.13 |
|||
fancycompleter==0.11.1 |
|||
pdbpp==0.11.7 |
|||
pip-review==1.3.0 |
|||
pipdeptree==2.28.0 |
|||
# Keep this matched to your IDE build (see note below) |
|||
pydevd-pycharm~=203.7148.7 |
|||
|
|||
|
@ -1,11 +1,14 @@ |
|||
-r requirements.txt |
|||
coverage==4.4 |
|||
django-webtest==1.9.7 |
|||
flake8==2.6.2 |
|||
isort==4.2.5 |
|||
model-bakery==1.1.0 |
|||
pep8==1.7.0 |
|||
pytest==5.4.3 |
|||
pytest-cov==2.10.0 |
|||
pytest-django==3.8.0 |
|||
webtest==2.0.21 |
|||
|
|||
# --- test/dev tools for Django 3.2 (Python 3.9) --- |
|||
coverage==7.10.5 |
|||
django-webtest==1.9.12 # 1.9.13+ drops Django 3.x |
|||
flake8==7.3.0 |
|||
isort==6.0.1 |
|||
model-bakery==1.17.0 # 1.18+ requires Django >=4.2 |
|||
pycodestyle==2.14.0 # replacement for deprecated "pep8" |
|||
pytest==8.4.1 |
|||
pytest-cov==6.0.0 |
|||
pytest-django==4.8.0 # 4.9.0+ drops Django 3.2 |
|||
webtest==3.0.6 |
|||
|
|||
|
Loading…
Reference in new issue