summaryrefslogtreecommitdiff
path: root/requirements.txt
blob: 283f7e48465a048d9d9e68a7a93cd9df5445592c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Django==4.2.6
djangorestframework==3.14.0
django-environ==0.11.2
django-extensions==3.2.3
psycopg2-binary
pylint-django==2.5.3
pre-commit==3.5.0
django-stubs[compatible-mypy]==4.2.5
Werkzeug==3.0.0
bpython
flake8-bugbear==23.9.16
flake8-builtins==2.1.0
flake8-comprehensions==3.14.0
flake8-tidy-imports==4.10.0
flake8-eradicate==1.5.0
flake8-print==5.0.0
flake8-return==1.2.0
flake8-use-fstring==1.4
black==23.10.0

# Testing
pytest==7.4.2
pytest-sugar==0.9.7
django-coverage-plugin==3.1.0
pytest-django==4.5.2
pytest-cov==4.1.0
pytest-randomly==3.15.0
pytest-clarity==1.0.1
pytest-xdist==3.3.1