Closed nsteins closed 11 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+
Literal
Also added python-dateutil as a requirement.
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.