๐Ÿ“ฆ andreifilip123 / separate-python

๐Ÿ“„ Pipfile ยท 29 lines
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[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[[source]]
url = "https://download.pytorch.org/whl/cpu"
verify_ssl = true
name = "downloadpytorch"

[packages]
fastapi = "0.110.0"
uvicorn = {extras = ["standard"], version = "==0.28.0"}
rq = "1.16.1"
redis = "5.0.3"
python-multipart = "0.0.9"
demucs = "4.0.1"
cuid = "0.4"
torch = {version = "==2.2.1", index = "downloadpytorch"}
torchaudio = {version = "==2.2.1", index = "downloadpytorch"}
soundfile = "*"
requests = "*"
fastapi-limiter = "*"
ruff = "*"

[requires]
python_version = "3.9"
python_full_version = "3.9.18"