added async token refresh and upload retry logic
Some checks failed
CI / build (push) Failing after 12s

This commit is contained in:
2024-06-23 13:21:28 +08:00
parent 93e7ccd9b7
commit 50ec2cf03c
8 changed files with 140 additions and 121 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "jpacrepo-uploader"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name="Walter Oggioni", email="oggioni.walter@gmail.com" },
]
@@ -22,7 +22,8 @@ dependencies = [
'progress==1.6',
'pycurl==7.45.2',
'types-pycurl==7.45.2.5',
'typing_extensions==4.7.1'
'typing_extensions==4.7.1',
'pwo >= 0.0.2'
]
[project.urls]