dgilland / pydash

The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
http://pydash.readthedocs.io
MIT License
1.32k stars 93 forks source link

Missing dependency "typing_extensions" #193

Closed BrutCZE closed 1 year ago

BrutCZE commented 1 year ago

Package "typing_extensions" is "part" of mypy package, but mypy is in dev dependencies.

image

Can you add "typing_extensions" to regular dependencies please?

dgilland commented 1 year ago

Fixed in v7.0.1: https://pypi.org/project/pydash/7.0.1/

Thanks for reporting!