diff --git a/setup.py b/setup.py index 2e941400..112763e1 100755 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( "Click>=7", "PyYAML>=5.1.2", "Mako>=1.1.1", - "bpylist2>=2.0.3", + "bpylist2==2.0.3", ], entry_points={"console_scripts": ["osxphotos=osxphotos.__main__:cli"]}, include_package_data=True,