-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements.txt
61 lines (53 loc) · 1.17 KB
/
requirements.txt
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
requests
logzero
aiohttp-cors
wheel
mysqlclient == 2.1.1
sentry-sdk == 2.14.0
celery == 5.4.0
azure-storage-blob == 12.23.1
python-dotenv ~= 1.0.1
gunicorn == 23.0.0
uvicorn == 0.32.0
whitenoise == 6.7.0
django-ical == 1.9.2
slack-sdk == 3.33.1
pyjwt ~= 2.9.0
# Django
# ------------------------------------------------------------------------------
Django == 5.1.1
django-enumchoicefield == 3.0.1
django-filter == 24.3
django-ordered-model ~= 3.7.4
# Django REST Framework
djangorestframework == 3.14.0
django-cors-headers
dj-rest-auth == 6.0.0
drf-yasg == 1.21.7
#django dry rest permissions
django-dry-rest-permissions == 1.2.0
# Django Polymorphic
django-polymorphic ~= 3.1
django-rest-polymorphic == 0.1.9
django-mptt == 0.16.0
# Code quality
# ------------------------------------------------------------------------------
pylint
black == 24.8.0
isort
flake8
flake8-django
flake8-black
pre-commit == 4.0.1
# Testing
# ------------------------------------------------------------------------------
coverage
pdbpp
pytest == 7.4.4
pytest-cov == 5.0.0
pytest-django == 4.9.0
factory-boy == 3.3.1
pytest-factoryboy == 2.7.0
pytest-lazy-fixture == 0.6.3
# CSV
djangorestframework-csv == 3.0.2