Spaces:
Paused
Paused
Upload pyproject.toml with huggingface_hub
Browse files- pyproject.toml +10 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "overview_env"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "Overview environment for text analysis"
|
| 5 |
+
requires-python = ">=3.10"
|
| 6 |
+
dependencies = ["openenv-core>=0.1.0", "fastapi>=0.109.0", "uvicorn>=0.27.0", "pydantic>=2.5.0"]
|
| 7 |
+
|
| 8 |
+
[build-system]
|
| 9 |
+
requires = ["setuptools>=61.0"]
|
| 10 |
+
build-backend = "setuptools.build_meta"
|