Skip to content

Commit

Permalink
Depend on dohq-artifactory >=1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jan 22, 2025
1 parent 33bb2ac commit 4bbc544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ dynamic = ['version']

[project.optional-dependencies]
artifactory = [
'dohq-artifactory >=0.10.0; python_version < "3.12"',
'dohq-artifactory >=1.0.0; python_version < "3.13"',
]
minio = [
'minio',
]
all = [
'dohq-artifactory >=0.10.0; python_version < "3.12"',
'dohq-artifactory >=1.0.0; python_version < "3.13"',
'minio',
]

Expand Down

0 comments on commit 4bbc544

Please sign in to comment.