chore(release): 0.2.0 #8

Merged
pufereq merged 47 commits from release/0.2.0 into main 2025-08-26 17:58:45 +00:00
19 changed files with 476 additions and 328 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]