File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2525author = u'Red Hat Inc'
2626
2727# The full version, including alpha/beta/rc tags
28- version = '3.1.2.3 '
28+ version = '3.1.2.4 '
2929release = version
3030
3131add_module_names = False
Original file line number Diff line number Diff line change 11"""Version of PodmanPy."""
22
3- __version__ = "3.1.2.3 "
3+ __version__ = "3.1.2.4 "
44__compatible_version__ = "1.40"
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ profile = "black"
1717line_length = 100
1818[build-system ]
1919requires = [
20+ " requests>=2.24" ,
21+ " toml>=0.10.2" ,
22+ " urllib3>=1.24.2" ,
23+ " pyxdg>=0.26" ,
2024 " setuptools>=42" ,
2125 " wheel" ,
2226]
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ install_requires =
4141universal = false
4242
4343[sdist]
44- formats = zip
44+ formats = gztar
You can’t perform that action at this time.
0 commit comments