mirror of https://github.com/interlegis/sapl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
409 B
14 lines
409 B
-r requirements.txt
|
|
|
|
# --- 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
|
|
|
|
|