added async token refresh and upload retry logic
Some checks failed
CI / build (push) Failing after 12s
Some checks failed
CI / build (push) Failing after 12s
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user