add doit
This commit is contained in:
+4
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user