-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
43 lines (41 loc) · 1.09 KB
/
pyproject.toml
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
[project]
name = "repl-nix-workspace"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"email-validator>=2.2.0",
"flask-login>=0.6.3",
"flask>=3.1.0",
"flask-sqlalchemy>=3.1.1",
"psycopg2-binary>=2.9.10",
"python-dotenv>=1.0.1",
"faiss-cpu>=1.9.0.post1",
"numpy>=2.2.1",
"flask-wtf>=1.2.2",
"werkzeug>=3.1.3",
"oauthlib>=3.2.2",
"pypdf2>=3.0.1",
"python-docx>=1.1.2",
"scikit-learn>=1.6.0",
"twilio>=9.4.1",
"aiogram>=3.0.0",
"slack-sdk>=3.34.0",
"sqlalchemy>=2.0.36",
"trafilatura>=2.0.0",
"mammoth>=1.9.0",
"sentence-transformers>=3.3.1",
"python-telegram-bot>=21.10",
"transliterate>=1.10.2",
"requests>=2.32.3",
"docx>=0.2.4",
"langchain>=0.0.27",
"langchain-core>=0.3.29",
]
[[tool.uv.index]]
explicit = true
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
[tool.uv.sources]
torch = [{ index = "pytorch-cpu", marker = "platform_system == 'Linux'" }]
torchvision = [{ index = "pytorch-cpu", marker = "platform_system == 'Linux'" }]