WattTime / watttime-python-client

A software development kit for the WattTime API, showing basic examples of usage.
7 stars 6 forks source link

change python to 3.8+, add dateutil #1

Closed nsteins closed 11 months ago

nsteins commented 12 months ago

Python 3.7 is past its EOL and also does not include Literal in its typing library, so it will cause an error. Instead of trying to fix this, we should just require 3.8+

Also added python-dateutil as a requirement.