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 |
-r test-requirements.txt |
||||
|
|
||||
autopep8==1.2.4 |
autopep8==2.3.2 |
||||
beautifulsoup4==4.9.1 |
beautifulsoup4==4.13.5 |
||||
django-debug-toolbar==3.2.1 |
# Django 3.2-compatible toolbar: 4.4.0+ requires Django ≥4.2 |
||||
ipdb==0.13.3 |
django-debug-toolbar==4.3.0 |
||||
fancycompleter==0.9.1 |
ipdb==0.13.13 |
||||
pdbpp==0.10.3 |
fancycompleter==0.11.1 |
||||
pip-review==0.4 |
pdbpp==0.11.7 |
||||
pipdeptree==0.10.1 |
pip-review==1.3.0 |
||||
|
pipdeptree==2.28.0 |
||||
|
# Keep this matched to your IDE build (see note below) |
||||
pydevd-pycharm~=203.7148.7 |
pydevd-pycharm~=203.7148.7 |
||||
|
|
||||
|
@ -1,11 +1,14 @@ |
|||||
-r requirements.txt |
-r requirements.txt |
||||
coverage==4.4 |
|
||||
django-webtest==1.9.7 |
# --- test/dev tools for Django 3.2 (Python 3.9) --- |
||||
flake8==2.6.2 |
coverage==7.10.5 |
||||
isort==4.2.5 |
django-webtest==1.9.12 # 1.9.13+ drops Django 3.x |
||||
model-bakery==1.1.0 |
flake8==7.3.0 |
||||
pep8==1.7.0 |
isort==6.0.1 |
||||
pytest==5.4.3 |
model-bakery==1.17.0 # 1.18+ requires Django >=4.2 |
||||
pytest-cov==2.10.0 |
pycodestyle==2.14.0 # replacement for deprecated "pep8" |
||||
pytest-django==3.8.0 |
pytest==8.4.1 |
||||
webtest==2.0.21 |
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