Spaces:
Running
Running
| [project] | |
| name = "code-rescue" | |
| version = "1.0.0" | |
| description = "AI code fixing backend" | |
| authors = [{ name="Sumit" }] | |
| dependencies = [ | |
| "flask", | |
| "flask-cors", | |
| "python-dotenv", | |
| "google-generativeai", | |
| "openenv>=0.2.0" | |
| ] | |
| [project.scripts] | |
| server = "server.app:main" | |
| [build-system] | |
| requires = ["setuptools"] | |
| build-backend = "setuptools.build_meta" |