shank commited on
Commit ·
ca23d0f
1
Parent(s): d765986
Update pyproject.toml for OpenEnv validation
Browse files- pyproject.toml +4 -0
pyproject.toml
CHANGED
|
@@ -13,9 +13,13 @@ dependencies = [
|
|
| 13 |
"uvicorn==0.29.0",
|
| 14 |
"pydantic==2.6.4",
|
| 15 |
"openai==1.23.0",
|
|
|
|
| 16 |
"requests==2.31.0",
|
| 17 |
"python-dotenv==1.0.1",
|
| 18 |
"pytest==8.1.0",
|
| 19 |
"httpx==0.27.0",
|
| 20 |
"RestrictedPython==7.4"
|
| 21 |
]
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
"uvicorn==0.29.0",
|
| 14 |
"pydantic==2.6.4",
|
| 15 |
"openai==1.23.0",
|
| 16 |
+
"openenv-core>=0.2.0"
|
| 17 |
"requests==2.31.0",
|
| 18 |
"python-dotenv==1.0.1",
|
| 19 |
"pytest==8.1.0",
|
| 20 |
"httpx==0.27.0",
|
| 21 |
"RestrictedPython==7.4"
|
| 22 |
]
|
| 23 |
+
|
| 24 |
+
[project.scripts]
|
| 25 |
+
server = "server.app:main"
|