Spaces:
Sleeping
Sleeping
Jayant-Kernel commited on
Commit ·
b375678
1
Parent(s): 6acb66b
fix: add openenv-core dep, server entry point, uv.lock
Browse files- pyproject.toml +4 -0
- requirements.txt +1 -0
- uv.lock +0 -0
pyproject.toml
CHANGED
|
@@ -12,8 +12,12 @@ dependencies = [
|
|
| 12 |
"pydantic>=2.0.0",
|
| 13 |
"openai>=1.52.0",
|
| 14 |
"requests>=2.31.0",
|
|
|
|
| 15 |
]
|
| 16 |
|
|
|
|
|
|
|
|
|
|
| 17 |
[tool.setuptools.packages.find]
|
| 18 |
where = ["."]
|
| 19 |
include = ["cicd_diagnosis_env*"]
|
|
|
|
| 12 |
"pydantic>=2.0.0",
|
| 13 |
"openai>=1.52.0",
|
| 14 |
"requests>=2.31.0",
|
| 15 |
+
"openenv-core>=0.2.0",
|
| 16 |
]
|
| 17 |
|
| 18 |
+
[project.scripts]
|
| 19 |
+
server = "cicd_diagnosis_env.server.app:main"
|
| 20 |
+
|
| 21 |
[tool.setuptools.packages.find]
|
| 22 |
where = ["."]
|
| 23 |
include = ["cicd_diagnosis_env*"]
|
requirements.txt
CHANGED
|
@@ -3,3 +3,4 @@ uvicorn[standard]>=0.29.0
|
|
| 3 |
pydantic>=2.0.0
|
| 4 |
openai>=1.52.0
|
| 5 |
requests>=2.31.0
|
|
|
|
|
|
| 3 |
pydantic>=2.0.0
|
| 4 |
openai>=1.52.0
|
| 5 |
requests>=2.31.0
|
| 6 |
+
openenv-core>=0.2.0
|
uv.lock
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|