RevOps / pyproject.toml
Jyo-K's picture
partial
38336e8
raw
history blame contribute delete
383 Bytes
[project]
name = "openenv"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"fastapi>=0.135.2",
"huggingface>=0.0.1",
"huggingface-hub>=1.8.0",
"openai>=2.30.0",
"openenv-core>=0.2.0",
"pydantic>=2.12.5",
"python-dotenv>=1.2.2",
"uvicorn>=0.42.0",
]
[project.scripts]
server = "server.app:main"