hobuinc / mgrs

Python MGRS library
https://pypi.python.org/pypi/mgrs
MIT License
111 stars 36 forks source link

Install requires `packaging` removed? #39

Closed AustinScola closed 2 years ago

AustinScola commented 2 years ago

It looks like the install requires of packaging was removed in version 1.4.3 (commit eee91f5af15e4037704812d416e5b1c278953b13), but the core module still imports packaging? This is causing an exception: ModuleNotFoundError: No module named 'packaging'.

AustinScola commented 2 years ago

Thanks for the quick fix!