-
Notifications
You must be signed in to change notification settings - Fork 9
/
Pipfile
60 lines (57 loc) · 1.52 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pillow = "==10.0.0"
argon2-cffi = "==23.1.0"
whitenoise = "==6.6.0"
redis = "==5.0.1"
beautifulsoup4 = "==4.12.3"
celery = "==5.3.6"
django = "==4.2.6"
djangoql = "==0.17.1"
djangorestframework = "==3.14.0"
django-anymail = {extras = ["mailgun"], version = "==10.2"}
django-cors-headers = "==4.2.0"
django-environ = "==0.11.2"
django-filter = "==23.2"
django-model-utils = "==4.3.1"
django-simple-history = "==3.4.0"
django-storages = {extras = ["s3"], version = "==1.14.2"}
drf-nested-routers = "==0.93.4"
drf-spectacular = "==0.27.0"
requests = "==2.31.0"
openai = "==1.2.4"
pinecone-client = "==4.1.1"
pypdf2 = "==3.0.1"
tiktoken = "==0.5.2"
langchain = "==0.0.352"
langchain-experimental = "==0.0.40"
anyio = "<4.0.0" # Do not update: anyio<4.0 is REQUIRED by langchain
google-api-core = "==2.11.1"
google-auth = "==2.23.4"
google-cloud-core = "==2.3.3"
google-cloud-speech = "==2.21.0"
google-cloud-texttospeech = "==2.14.2"
google-cloud-translate = "==3.12.0"
googleapis-common-protos = "==1.60.0"
nltk = "==3.8.1"
gunicorn = "==21.2.0"
psycopg = {extras = ["c"], version = "==3.1.17"}
sentry-sdk = "==1.30.0"
pymilvus = "*"
[dev-packages]
ipdb = "==0.13.13"
flake8 = "==6.1.0"
flake8-isort = "==6.0.0"
coverage = "==7.4.1"
black = "==24.1.1"
pre-commit = "==3.6.0"
factory-boy = "==3.3.0"
django-debug-toolbar = "==4.2.0"
django-extensions = "==3.2.3"
psycopg = {extras = ["binary"], version = "==3.1.17"}
watchdog = "==4.0.0"
[requires]
python_version = "3.11"