vallettea / koala

Transpose your Excel calculations into python for better performances and scaling.
GNU General Public License v3.0
144 stars 59 forks source link

Remove Python 2 support and modernize required libraries. #248

Closed kmonson closed 4 years ago

kmonson commented 4 years ago

Many of the required libraries have dropped Python 2 support. This updates all required libraries and removed Python 2 support while cleaning up code in a few places.

Fixes #241 #240 and probably others.

strichter commented 4 years ago

What will it take to get this over the finish line? I would really like to use the library, but I am already on Python 3.

kmonson commented 4 years ago

253 is a super set of this and resolves the Travis issues. Merge that one instead.