-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
44 lines (41 loc) · 985 Bytes
/
Pipfile
File metadata and controls
44 lines (41 loc) · 985 Bytes
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
dj-database-url = "==1.0.0"
dj-rest-auth = "==2.2.5"
django = "==4.0.6"
django-allauth = "==0.51.0"
django-cors-headers = "==3.13.0"
django-environ = "==0.9.0"
django-filter = "==22.1"
django-jazzmin = "==2.5.0"
djangorestframework = "==3.13.1"
djangorestframework-jwt = "==1.11.0"
djangorestframework-simplejwt = "==5.2.0"
drf-writable-nested = "==0.7.0"
drf-yasg = "==1.21.3"
gunicorn = "==20.1.0"
isort = "==5.10.1"
pillow = "==9.2.0"
pre-commit = "==2.20.0"
psycopg2-binary = "==2.9.3"
whitenoise = "==6.2.0"
langchain = "==0.1.9"
python-dotenv = "==1.0.1"
langchain-openai = "==0.1.4"
mysqlclient = "==2.2.4"
redis = "==5.0.4"
langfuse = "2.29.0"
ragas = "0.1.7"
celery = "==5.4.0"
django-celery-beat = "==2.6.0"
"pdfminer.six" = "==20231228"
unstructured = "==0.14.0"
networkx = "==3.3"
openpyxl = "==3.1.2"
[dev-packages]
[requires]
python_version = "3.10"
python_full_version = "3.10.11"