-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
38 lines (32 loc) · 1.09 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
# Python packages
# -----------------------------------------------------------------------------
pytz # https://github.com/stub42/pytz
python-slugify==6.1.2
ipython==7.34.0
ptyprocess==0.7.0
django_cron==0.6.0
# Django
# -----------------------------------------------------------------------------
Django # https://www.djangoproject.com/
django-debug-toolbar==3.7.0
django-extensions==3.2.1
Werkzeug==2.2.2
django-environ==0.9.0
# Django Vite
# -----------------------------------------------------------------------------
django-vite==2.0.2
# Django Rest framework
# -----------------------------------------------------------------------------
djangorestframework==3.14.0
django-cors-headers==3.13.0
drf-yasg==1.21.7
drf-spectacular
# Django caching
# -----------------------------------------------------------------------------
# Gunicorn
# -----------------------------------------------------------------------------
gunicorn==20.1.0
uvicorn[standard]
# Util module for custom readines check for the pod
# -----------------------------------------------------------------------------
psutil==5.9.2