feat: add placeholder backend #7

Merged
pufereq merged 24 commits from feat/add-placeholder-backend into develop 2025-08-26 17:56:00 +00:00
8 changed files with 180 additions and 105 deletions
Showing only changes of commit 309efe074b - Show all commits

View File

@@ -9,7 +9,11 @@ description = "The backbone of the remote PC fleet management system."
readme = "README.md"
authors = []
requires-python = ">=3.13"
dependencies = ["flask>=3.1.1", "flask-login>=0.6.3"]
dependencies = [
"flask>=3.1.1",
"flask-login>=0.6.3",
"flask-socketio>=5.5.1",
]
license = { text = "GPL-3.0+" }
[dependency-groups]