This commit is contained in:
2026-06-25 02:21:13 +03:00
parent 7963a8d2eb
commit 62ec72ba3d
7 changed files with 196 additions and 9 deletions
+4 -1
View File
@@ -7,7 +7,8 @@ name = "nexus_sync"
version = "0.1.0"
description = "A utility that allows you to manage your computers from a centralized server."
readme = "README.md"
license = { file = "LICENSE" }
license = "MIT"
license-files = ["LICENSE"]
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.115.0",
@@ -23,6 +24,8 @@ dev = [
"httpx>=0.28.0",
"black>=24.0",
"pyinstaller>=6.0",
"build>=1.2.0",
"doit>=0.36.0",
"mypy>=1.0",
"types-PyYAML>=6.0.12",
"pre-commit>=4.0"