Skip to content

Commit 8132055

Browse files
committed
Add packaging to setup.py and docs/requirements (as well as tox setup)
This fixes the 1st issue described in #1025 (comment)
1 parent 905de78 commit 8132055

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ paramiko
1212
macaroonbakery
1313
toposort
1414
python-dateutil
15-
kubernetes
15+
kubernetes
16+
packaging

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
'typing_inspect>=0.6.0',
3333
'kubernetes>=12.0.1',
3434
'hvac',
35+
'packaging',
3536
],
3637
include_package_data=True,
3738
maintainer='Juju Ecosystem Engineering',

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ deps =
4040
websockets
4141
kubernetes
4242
hvac
43+
packaging
4344

4445
[testenv:docs]
4546
deps =

0 commit comments

Comments
 (0)