summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..9aafc63
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,28 @@
+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
+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