-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
52 lines (49 loc) · 973 Bytes
/
Pipfile
File metadata and controls
52 lines (49 loc) · 973 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
45
46
47
48
49
50
51
52
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
gunicorn = "*"
sqlalchemy = "*"
psycopg2-binary = "*"
alembic = "*"
pydantic = "*"
uvicorn = "*"
replicate = "*"
pydub = "*"
pymupdf = "*"
python-jose = { extras = ["cryptography"], version = "*" }
httpcore = "*"
httpx = "*"
distro = "*"
annotated-types = "*"
iniconfig = "*"
packaging = "*"
python-dateutil = "*"
requests = "*"
urllib3 = "*"
langchain = "*"
langchain-core = "*"
langchain-community = "*"
langchain-openai = "*"
langchain-anthropic = "*"
langchain-google-genai = "*"
readabilipy = "*"
langchain-perplexity = "*"
pyuploadcare = "*"
pillow = "*"
google-genai = "*"
python-multipart = "*"
langchain-xai = "*"
xai-sdk = "*"
[dev-packages]
pytest = "*"
requests-mock = "*"
ruff = "*"
pre-commit = "*"
the-agent = {path = ".", editable = true}
[requires]
# Python 3.12: keep in sync with pyproject.toml
python_version = "3.12"
python_full_version = "3.12.12"