-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
46 lines (39 loc) · 1.01 KB
/
requirements.txt
File metadata and controls
46 lines (39 loc) · 1.01 KB
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
# ==========================
# Core (обязательные пакеты)
# ==========================
Django<5.0; python_version < "3.10"
Django>=5.0,<6.0; python_version >= "3.10"
djangorestframework==3.15.2
sqlparse==0.5.1
asgiref==3.9.1
pytz>=2024.1
# ==========================
# Optional (дополнительные)
# ==========================
# Админка и редактор
django-unfold==0.40.0
django-ckeditor-5==0.2.18
pillow==10.4.0
# Интернационализация и переводы
django-modeltranslation==0.19.14
django-rosetta==0.10.1
polib==1.2.0
# API и документация
django-filter==24.3
djangorestframework_simplejwt==5.4.0
drf-spectacular==0.27.2
drf-spectacular-sidecar==2024.7.1
# Сайты / SEO
django_sitemaps==2.0.1
# Утилиты
python-dotenv==1.0.1
requests==2.32.3
gunicorn==22.0.0
psycopg2-binary==2.9.9
lxml==5.2.2
markdown2==2.4.12
latex2mathml==3.76.0
svgwrite==1.4.3
# Dev tools
ruff==0.4.7
PyYAML==6.0.2