Spaces:
Sleeping
Sleeping
| [project] | |
| name="smart-delivery-env" | |
| version="1.0.0" | |
| description="AI Delivery Decision RL Environment" | |
| readme="README.md" | |
| requires-python=">=3.9" | |
| license={text="MIT"} | |
| authors=[{name="Ravi Gohel",email="neuroravii22@gmail.com"}] | |
| dependencies=["fastapi>=0.100.0","uvicorn[standard]>=0.20.0","pydantic>=2.0.0","requests>=2.28.0","openai>=1.0.0","openenv-core>=0.2.0"] | |
| [project.scripts] | |
| server="server.app:main" | |
| [build-system] | |
| requires=["hatchling"] | |
| build-backend="hatchling.build" | |
| [tool.hatch.build.targets.wheel] | |
| packages=["server"] | |