Version 1.0.4
Testing
- Added docker testing environment
- Moved testing from TravisCI to GitHub Actions
Docs
- Added development section
Dependencies
- Optimized dependency installation: removed
six
;pytz
andtyping
are now installed in old python versions only;psycopg2
is replaced withpsycopg2-binary
in test requireements.