fix/merge-testing-to-main #4

Merged
anti merged 138 commits from fix/merge-testing-to-main into main 2026-04-12 10:10:19 +02:00
2 changed files with 10 additions and 8 deletions
Showing only changes of commit f8ae9ce2a6 - Show all commits

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"

View File

@@ -1,8 +0,0 @@
requests
redis
pymysql
psycopg2-binary
paho-mqtt
pymongo
flask
twisted