|
|
@ -28,6 +28,7 @@ gunicorn = "^21.2.0" |
|
|
|
gevent = "^23.9.1" |
|
|
|
gevent = "^23.9.1" |
|
|
|
httpx = "^0.26.0" |
|
|
|
httpx = "^0.26.0" |
|
|
|
tqdm = "^4.66.1" |
|
|
|
tqdm = "^4.66.1" |
|
|
|
|
|
|
|
litellm = "^1.23.8" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[build-system] |
|
|
|
[build-system] |
|
|
@ -36,4 +37,4 @@ build-backend = "poetry.core.masonry.api" |
|
|
|
|
|
|
|
|
|
|
|
# Turns this into a poetry install CLI command |
|
|
|
# Turns this into a poetry install CLI command |
|
|
|
[tool.poetry.scripts] |
|
|
|
[tool.poetry.scripts] |
|
|
|
fabric = 'fabric:main' |
|
|
|
fabric = 'fabric:main' |
|
|
|