This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "jpacrepo-uploader"
|
||||
version = "0.0.2"
|
||||
version = "0.0.3"
|
||||
authors = [
|
||||
{ name="Walter Oggioni", email="oggioni.walter@gmail.com" },
|
||||
]
|
||||
@@ -18,14 +18,19 @@ classifiers = [
|
||||
]
|
||||
dependencies = [
|
||||
"oidc-client >= 0.2.6",
|
||||
'certifi==2023.7.22',
|
||||
'progress==1.6',
|
||||
'pycurl==7.45.2',
|
||||
'types-pycurl==7.45.2.5',
|
||||
'typing_extensions==4.7.1',
|
||||
'certifi',
|
||||
'progress',
|
||||
'pycurl',
|
||||
'types-pycurl',
|
||||
'typing_extensions',
|
||||
'pwo >= 0.0.2'
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"build", "pip-tools", "mypy", "ipdb", "twine"
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://github.com/woggioni/jpacrepo-uploader"
|
||||
"Bug Tracker" = "https://github.com/woggioni/jpacrepo-uploader/issues"
|
||||
@@ -34,7 +39,7 @@ dependencies = [
|
||||
jpacrepo-uploader = "jpacrepo_uploader.uploader:main"
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.10"
|
||||
python_version = "3.12"
|
||||
disallow_untyped_defs = true
|
||||
show_error_codes = true
|
||||
no_implicit_optional = true
|
||||
|
Reference in New Issue
Block a user