Spaces:
Sleeping
Sleeping
Commit ·
56d33d1
1
Parent(s): 3aee52b
...
Browse files- pyproject.toml +6 -9
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
[build-system]
|
| 2 |
-
requires = ["setuptools>=
|
| 3 |
-
build-backend = "setuptools.
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "cdn-cache-optimizer"
|
|
@@ -11,14 +11,11 @@ dependencies = [
|
|
| 11 |
"fastapi==0.111.0",
|
| 12 |
"uvicorn==0.29.0",
|
| 13 |
"pydantic==2.7.1",
|
| 14 |
-
"openai=
|
| 15 |
"requests==2.31.0",
|
| 16 |
"python-multipart==0.0.9",
|
|
|
|
| 17 |
]
|
| 18 |
|
| 19 |
-
[project.
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
[tool.setuptools.packages.find]
|
| 23 |
-
where = ["."]
|
| 24 |
-
include = ["env*", "api*"]
|
|
|
|
| 1 |
[build-system]
|
| 2 |
+
requires = ["setuptools>=61.0", "wheel"]
|
| 3 |
+
build-backend = "setuptools.build_meta"
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "cdn-cache-optimizer"
|
|
|
|
| 11 |
"fastapi==0.111.0",
|
| 12 |
"uvicorn==0.29.0",
|
| 13 |
"pydantic==2.7.1",
|
| 14 |
+
"openai>=2.7.2",
|
| 15 |
"requests==2.31.0",
|
| 16 |
"python-multipart==0.0.9",
|
| 17 |
+
"openenv-core>=0.2.0"
|
| 18 |
]
|
| 19 |
|
| 20 |
+
[project.scripts]
|
| 21 |
+
server = "inference:main"
|
|
|
|
|
|
|
|
|
|
|
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|