gitpython-developers / gitdb

IO of git-style object databases
http://gitdb.readthedocs.org
Other
212 stars 65 forks source link

Dependency not updated for smmap in install_requires #69

Closed phlax closed 3 years ago

phlax commented 3 years ago

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

https://github.com/gitpython-developers/gitdb/blob/aa7228e8dbdc2ee6b6bc385e8bee21245a10e98d/setup.py#L23

Harmon758 commented 3 years ago

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

phlax commented 3 years ago

great thanks

Harmon758 commented 3 years ago

@Byron v4.0.7 (https://github.com/gitpython-developers/gitdb/commit/6b997cd5fd01dd91ecb08d39e5e9736bc1dc9ba5) is ready to be released to fix this.

Byron commented 3 years ago

Thanks everyone! The release is now live.