-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (38 loc) · 898 Bytes
/
pyproject.toml
File metadata and controls
38 lines (38 loc) · 898 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
[project]
name = "v3"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"django>=6",
"django-cors-headers>=4.9.0",
"django-htmx>=1.27.0",
"djangorestframework>=3.16.1",
"google-generativeai>=0.8.5",
"ipdb>=0.13.13",
"openai>=2.9.0",
"gunicorn>=21.2.0",
"djangorestframework-stubs>=3.16.6",
"langextract>=0.1.0",
"bleach>=6.3.0",
"django-solo>=2.5.1",
"markitdown[all]>=0.1.0",
"mammoth>=1.8.0",
"mistune>=3.1.0",
"celery>=5.4",
"django-celery-results>=2.5",
"mistralai>=1.0",
"supervisor>=4.2",
"tiktoken>=0.12.0",
"mutagen>=1.47.0",
"psycopg[binary]>=3.2",
"redis>=5.0",
"playwright>=1.50",
"anthropic>=0.40",
"channels>=4.0",
"daphne>=4.0",
"channels-redis>=4.1",
"stripe>=8.0",
"markdown>=3.10.2",
]