modified: pyproject, moved [live] deps to [dev] deps.
All checks were successful
CI / Lint (ruff) (push) Successful in 11s
CI / Test (pytest) (3.11) (push) Successful in 1m19s
CI / Test (pytest) (3.12) (push) Successful in 1m22s
CI / SAST (bandit) (push) Successful in 12s
CI / Dependency audit (pip-audit) (push) Successful in 21s
CI / Merge dev → testing (push) Successful in 10s
CI / Open PR to main (push) Has been skipped

This commit is contained in:
2026-04-12 03:49:20 -04:00
parent 0f63820ee6
commit fe18575a9c

View File

@@ -36,8 +36,6 @@ dev = [
"freezegun>=1.5", "freezegun>=1.5",
"schemathesis>=4.0", "schemathesis>=4.0",
"pytest-xdist>=3.8.0", "pytest-xdist>=3.8.0",
]
live = [
"flask>=3.0", "flask>=3.0",
"twisted>=24.0", "twisted>=24.0",
"requests>=2.32", "requests>=2.32",