SpaceFactory / pyproject.toml
Sahil Tailor
imports updates
b96f305
Raw
History Blame Contribute Delete
574 Bytes
[project]
name = "openenv-space-manufacturing"
version = "0.1.0"
description = "Space manufacturing environment for OpenEnv"
requires-python = ">=3.10"
dependencies = [
"openenv-core[core]>=0.2.2",
"numpy>=1.19.0",
"openai>=1.0.0",
"pydantic>=2.0.0",
"python-dotenv>=1.0.0",
"fastapi>=0.115.0",
"uvicorn>=0.24.0",
]
[project.scripts]
server = "SpaceFactory.server.app:main"
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = [".."]
include = ["SpaceFactory*"]