-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPipfile
45 lines (42 loc) · 899 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
asgiref = "3.6.0"
certifi = "*"
Django = "4.2"
djangorestframework = "3.14.0"
djangorestframework_simplejwt = "5.2.2"
elasticsearch = "7.17.8"
elasticsearch-dsl = "7.4.0"
django-elasticsearch-dsl = "7.3.0"
pytz = "*"
six = "*"
sqlparse = "0.4.3"
urllib3 = "1.26.15"
tzdata = "2023.3"
drf-yasg = "1.21.5"
django-cors-headers = "4.0.0"
psycopg2-binary = "*"
pika = "1.3.1"
openai = "0.27.4"
django-health-check = "3.17.0"
django-redis = "5.2.0"
django-forestadmin = "1.6.8"
python-logstash = "0.4.8"
channels = "4.0.0"
paho-mqtt = "*"
django-prometheus = "2.2.0"
firebase-admin = "6.1.0"
daphne = "*"
channels-redis = "==4.1.0"
pillow = "==8.4.0"
django-seed = "*"
python-dotenv = "*"
python-json-logger = "*"
graphene-django = "3.1.5"
google-generativeai = "*"
[dev-packages]
[requires]
python_version = "3.10"