Skip to content

Commit 0e3ffcb

Browse files
committed
Updating project with deps
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 4851a68 commit 0e3ffcb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ classifiers = [
2323
'Topic :: Software Development :: Libraries :: Python Modules'
2424
]
2525
dependencies = [
26-
'click',
27-
'requests',
26+
'click>=8',
27+
'requests>=2.26',
2828
'requests_toolbelt',
2929
'configparser',
30-
'progress'
30+
'docker',
31+
'wait-for-it',
32+
'py-machineid'
3133
]
3234

3335
[project.scripts]

0 commit comments

Comments
 (0)