Skip to content

Commit

Permalink
Unpin libjuju
Browse files Browse the repository at this point in the history
Pinning via constraints is left to downstream consumers.
  • Loading branch information
freyes committed Oct 5, 2023
1 parent 10351db commit 3b93d1d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
'PyYAML',
'tenacity>8.2.0',
'python-libmaas',
'juju',
]

tests_require = [
Expand All @@ -48,10 +49,6 @@

extras_require={
'testing': tests_require,
'': ['juju'],
'juju-29': ['juju<3.0'],
'juju-31': ['juju>=3.1.0,<3.2.0'],
'juju-32': ['juju>=3.2.0,<3.3.0'],
}


Expand Down

0 comments on commit 3b93d1d

Please sign in to comment.