Skip to content

Commit

Permalink
Add packaging to setup.py and docs/requirements (as well as tox setup)
Browse files Browse the repository at this point in the history
This fixes the 1st issue described in
juju#1025 (comment)
  • Loading branch information
cderici committed Feb 14, 2024
1 parent 905de78 commit 8132055
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ paramiko
macaroonbakery
toposort
python-dateutil
kubernetes
kubernetes
packaging
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
'typing_inspect>=0.6.0',
'kubernetes>=12.0.1',
'hvac',
'packaging',
],
include_package_data=True,
maintainer='Juju Ecosystem Engineering',
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ deps =
websockets
kubernetes
hvac
packaging

[testenv:docs]
deps =
Expand Down

0 comments on commit 8132055

Please sign in to comment.