refactor(deps): move live test deps to pyproject.toml optional-dependencies[live]

This commit is contained in:
2026-04-12 01:35:16 -04:00
parent 662a5e43e8
commit f8ae9ce2a6
2 changed files with 10 additions and 8 deletions

View File

@@ -37,6 +37,16 @@ dev = [
"schemathesis>=4.0",
"pytest-xdist>=3.8.0",
]
live = [
"flask>=3.0",
"twisted>=24.0",
"requests>=2.32",
"redis>=5.0",
"pymysql>=1.1",
"psycopg2-binary>=2.9",
"paho-mqtt>=2.0",
"pymongo>=4.0",
]
[project.scripts]
decnet = "decnet.cli:app"