mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 23:52:47 +00:00
chore: update file 'pyproject.toml' (backend package).
- remove unused dependency 'httpx'.
- rename optional dependency 'dev' to 'tests'.
This commit is contained in:
@@ -19,8 +19,12 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"httpx==0.28.1",
|
||||
lints = [
|
||||
"bandit==1.8.6",
|
||||
"mypy==1.18.2",
|
||||
"ruff==0.14.4",
|
||||
]
|
||||
tests = [
|
||||
"pytest==8.4.2",
|
||||
"pytest-asyncio==1.2.0",
|
||||
"pytest-benchmark==5.2.1",
|
||||
@@ -28,11 +32,6 @@ dev = [
|
||||
"pytest-mock==3.15.1",
|
||||
"pytest-xdist==3.8.0",
|
||||
]
|
||||
lints = [
|
||||
"bandit==1.8.6",
|
||||
"mypy==1.18.2",
|
||||
"ruff==0.14.4",
|
||||
]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
|
||||
Reference in New Issue
Block a user