fix(tisbackup): using uv is good

This commit is contained in:
2025-04-18 23:11:05 +02:00
parent 79d15628bd
commit 6fe3eebf36
3 changed files with 464 additions and 3 deletions
+20 -1
View File
@@ -1,3 +1,22 @@
[project]
name = "TISbackup"
version = "1.8.0"
description = "Backup server side executed python scripts for managing linux and windows system and application data backups, developed by adminsys for adminsys"
readme = "README.md"
dependencies = [
"flask==3.1.0",
"huey==2.5.3",
"iniparse==0.5",
"paramiko==3.5.1",
"peewee==3.17.9",
"pexpect==4.9.0",
"redis==5.2.1",
"requests==2.32.3",
"simplejson==3.20.1",
"six==1.17.0",
]
requires-python = ">=3.13"
[tool.black]
line-length = 140
@@ -8,4 +27,4 @@ line-length = 140
indent-width = 4
[tool.ruff.lint]
ignore = ["F401","F403","F405","E402","E701","E722","E741"]
ignore = ["F401", "F403", "F405", "E402", "E701", "E722", "E741"]