Spaces:
Sleeping
Sleeping
Update pyproject.toml
Browse files- pyproject.toml +26 -26
pyproject.toml
CHANGED
|
@@ -1,27 +1,27 @@
|
|
| 1 |
-
[build-system]
|
| 2 |
-
requires = ["setuptools>=61.0", "wheel"]
|
| 3 |
-
build-backend = "setuptools.build_meta"
|
| 4 |
-
|
| 5 |
-
[project]
|
| 6 |
-
name = "phishguard-env"
|
| 7 |
-
version = "1.0.3"
|
| 8 |
-
description = "A SOC Analyst simulation environment for phishing email triage."
|
| 9 |
-
readme = "README.md"
|
| 10 |
-
requires-python = ">=3.10"
|
| 11 |
-
|
| 12 |
-
dependencies = [
|
| 13 |
-
"openenv",
|
| 14 |
-
"pydantic>=2.0,<3.0",
|
| 15 |
-
"fastapi>=0.111,<1.0",
|
| 16 |
-
"uvicorn[standard]>=0.29,<1.0",
|
| 17 |
-
"openai>=1.30,<2.0",
|
| 18 |
-
"requests>=2.31,<3.0",
|
| 19 |
-
"python-dotenv>=1.0,<2.0",
|
| 20 |
-
]
|
| 21 |
-
|
| 22 |
-
[project.scripts]
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
[project.urls]
|
| 26 |
-
Homepage = "https://huggingface.co/spaces/Scalar-hackathon/Phishing-env"
|
| 27 |
Repository = "https://github.com/og-arin/phishguard-env"
|
|
|
|
| 1 |
+
[build-system]
|
| 2 |
+
requires = ["setuptools>=61.0", "wheel"]
|
| 3 |
+
build-backend = "setuptools.build_meta"
|
| 4 |
+
|
| 5 |
+
[project]
|
| 6 |
+
name = "phishguard-env"
|
| 7 |
+
version = "1.0.3"
|
| 8 |
+
description = "A SOC Analyst simulation environment for phishing email triage."
|
| 9 |
+
readme = "README.md"
|
| 10 |
+
requires-python = ">=3.10"
|
| 11 |
+
|
| 12 |
+
dependencies = [
|
| 13 |
+
"openenv",
|
| 14 |
+
"pydantic>=2.0,<3.0",
|
| 15 |
+
"fastapi>=0.111,<1.0",
|
| 16 |
+
"uvicorn[standard]>=0.29,<1.0",
|
| 17 |
+
"openai>=1.30,<2.0",
|
| 18 |
+
"requests>=2.31,<3.0",
|
| 19 |
+
"python-dotenv>=1.0,<2.0",
|
| 20 |
+
]
|
| 21 |
+
|
| 22 |
+
[project.scripts]
|
| 23 |
+
server = "server.app:main"
|
| 24 |
+
|
| 25 |
+
[project.urls]
|
| 26 |
+
Homepage = "https://huggingface.co/spaces/Scalar-hackathon/Phishing-env"
|
| 27 |
Repository = "https://github.com/og-arin/phishguard-env"
|