exec-ops-env / pyproject.toml
saaheerpurav's picture
env updates
39dd0f6
Raw
History Blame Contribute Delete
535 Bytes
[project]
name = "exec-ops-env"
version = "1.0.0"
description = "AI Executive Operations Manager - OpenEnv environment simulating a startup CEO inbox"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.109.0",
"uvicorn[standard]>=0.27.0",
"pydantic>=2.6.0",
"openai>=1.12.0",
"httpx>=0.24.0,<0.28.0",
"python-multipart>=0.0.9",
"python-dotenv>=1.0.0",
"openenv-core>=0.2.0",
]
[project.scripts]
server = "server.app:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"