This commit is contained in:
Gilles Grandou 2023-12-03 21:43:14 +01:00
parent 8624bc5bfb
commit e345d47b8d
1 changed files with 2 additions and 4 deletions

View File

@ -9,11 +9,9 @@ setup(
packages = find_packages(),
python_requires = ">=3.6",
install_requires = [
"argparse == 1.4.0",
"xdg-base-dirs == 6.0.1",
"pyyaml == 6.0.1",
"podman == 4.7.0",
"pathlib == 1.0.1",
"xdg_base_dirs == 6.0.1",
"pyyaml == 6.0.1",
"pytz",
],
entry_points={