GreenBuildingRegistry / usaddress-scourgify

Clean US addresses following USPS pub 28 and RESO guidelines
MIT License
205 stars 47 forks source link

Depends on frozendict, which is 3.9 incompatible #17

Closed g24swint closed 1 year ago

g24swint commented 3 years ago

I get warnings from pytest from the fact that scourgify is relying on frozendict. Apparently, python 3.9 will break frozendict owing to a collections deprecation.

fablet commented 1 year ago

resolved in #25