fix(tisbackup): using uv is good in Dockerfile maybe

This commit is contained in:
2025-04-18 23:32:15 +02:00
parent 6fe3eebf36
commit e7d3e1140c
2 changed files with 14 additions and 12 deletions
+10 -10
View File
@@ -1,10 +1,10 @@
six
requests
paramiko
pexpect
flask
simplejson
huey
iniparse
redis
peewee
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