updated dependencies and fixed terminal size
CI / build (push) Successful in 26s

This commit is contained in:
2026-04-21 18:20:45 +08:00
parent 253483c992
commit 013b859cdd
5 changed files with 52 additions and 45 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "jpacrepo-uploader"
version = "0.0.5"
version = "0.0.6"
authors = [
{ name="Walter Oggioni", email="oggioni.walter@gmail.com" },
]
@@ -23,7 +23,7 @@ dependencies = [
'pycurl',
'types-pycurl',
'typing_extensions',
'pwo >= 0.0.2'
'pwo >= 0.1.2'
]
[project.optional-dependencies]