Drac0528 commited on
Commit
a3243f3
·
verified ·
1 Parent(s): 788301e

Delete pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -34
pyproject.toml DELETED
@@ -1,34 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools>=45", "wheel"]
3
- build-backend = "setuptools.build_meta"
4
-
5
- [project]
6
- name = "openenv-code-security-auditor-env"
7
- version = "0.1.0"
8
- description = "Code Security Auditor Environment for OpenEnv"
9
- requires-python = ">=3.10"
10
- dependencies = [
11
- "openenv-core[core]>=0.2.2",
12
- "fastapi>=0.115.0",
13
- "pydantic>=2.0.0",
14
- "uvicorn[standard]>=0.24.0",
15
- "requests>=2.31.0",
16
- "openai>=1.40.0",
17
- ]
18
-
19
- [project.optional-dependencies]
20
- dev = [
21
- "pytest>=8.0.0",
22
- "pytest-cov>=4.0.0",
23
- ]
24
-
25
- [project.scripts]
26
- server = "code_security_auditor_env.server.app:main"
27
-
28
- [tool.setuptools]
29
- include-package-data = true
30
- packages = ["code_security_auditor_env", "code_security_auditor_env.server"]
31
- package-dir = { "code_security_auditor_env" = ".", "code_security_auditor_env.server" = "server" }
32
-
33
- [tool.setuptools.package-data]
34
- code_security_auditor_env = ["**/*.yaml", "**/*.yml"]