Fix to setup to specify versions of required packages
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
""" version info """
|
""" version info """
|
||||||
|
|
||||||
__version__ = "0.21.5"
|
__version__ = "0.21.6"
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -61,6 +61,6 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||||
],
|
],
|
||||||
install_requires=["pyobjc", "Click", "pyyaml"],
|
install_requires=["pyobjc>=6.0.1", "Click>=7", "PyYAML>=5.1.2"],
|
||||||
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]},
|
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user