Merge branch 'devel' into feat/OPS-55

This commit is contained in:
Guts 2025-03-14 15:33:09 +01:00 committed by GitHub
commit fe16fc2b6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 443 additions and 25 deletions

View file

@ -10,6 +10,8 @@ dependencies = [
"pytest>=7.0.0",
"flask (>=3.1.0,<4.0.0)",
"tinydb (>=3.1.0,<4.0.0)",
"requests (>=2.32.3,<3.0.0)",
"coverage (>=7.6.12,<8.0.0)",
]