OpenTreeMap / otm-core

OpenTreeMap is a collaborative platform for crowdsourced tree inventory, ecosystem services calculations, urban forestry analysis, and community engagement.
www.opentreemap.org
Other
186 stars 88 forks source link

Update code and dependencies to be compatible with Python 3.7 #3284

Closed jwalgran closed 4 years ago

jwalgran commented 4 years ago

As recommended in https://github.com/OpenTreeMap/otm-cloud/issues/499 use 2to3 to update application code to be compatible with Python 3.7.

Make sure to exercise code that uses dependencies that are Python 3 compatible but do not explicitly list compatibility with 3.7.

Target the resulting pull request at the python3 branch.