-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
57 lines (53 loc) · 1.33 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[tool.pyright]
include = ["snd-server"]
[tool.poetry]
name = "soundations"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
aiosqlite = "^0.18.0"
anyio = "^3.6.2"
click = "^8.1.3"
databases = "^0.7.0"
fastapi = "^0.92.0"
greenlet = "^2.0.2"
h11 = "^0.14.0"
httptools = "^0.5.0"
idna = "^3.4"
nodeenv = "^1.7.0"
pydantic = "^1.10.5"
python-dotenv = "^1.0.0"
pyyaml = "^6.0"
sniffio = "^1.3.0"
starlette = "^0.25.0"
typing-extensions = "^4.5.0"
uvicorn = "^0.20.0"
uvloop = "^0.17.0"
watchfiles = "^0.18.1"
websockets = "^10.4"
pandas = "^1.5.3"
requests = "^2.28.2"
result = "^0.9.0"
scikit-learn = "^1.2.1"
httpx = "^0.23.3"
joblib = "^1.2.0"
opentelemetry-api = "^1.16.0"
opentelemetry-sdk = "^1.16.0"
opentelemetry-exporter-otlp-proto-http = "^1.16.0"
opentelemetry-instrumentation-fastapi = "^0.37b0"
opentelemetry-instrumentation-requests = "^0.37b0"
python-multipart = "^0.0.6"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
torch = [
{url = "https://download.pytorch.org/whl/cpu/torch-2.0.1%2Bcpu-cp311-cp311-linux_x86_64.whl"}
]
transformers = "^4.29.2"
[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"