gitpython-developers/gitdb

Dependency not updated for smmap in install_requires

phlax opened this issue · 4 comments

phlax commented

Not sure if this is by intention or omission, but the dependency on smmap is updated in requirements.txt but not in install_requires of setup.py

gitdb/setup.py

Line 23 in aa7228e

install_requires=['smmap>=3.0.1,<4'],

Ah, I missed this in #68. I'll bump it for a v4.0.7 release.

phlax commented

great thanks

@Byron v4.0.7 (6b997cd) is ready to be released to fix this.

Byron commented

Thanks everyone! The release is now live.