fixed version of bpylist2

This commit is contained in:
Rhet Turnbull
2020-03-21 11:05:39 -07:00
parent b338b34d50
commit 23b26ed130

View File

@@ -66,7 +66,7 @@ setup(
"Click>=7", "Click>=7",
"PyYAML>=5.1.2", "PyYAML>=5.1.2",
"Mako>=1.1.1", "Mako>=1.1.1",
"bpylist2>=2.0.3", "bpylist2==2.0.3",
], ],
entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]}, entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]},
include_package_data=True, include_package_data=True,