Add utm to the dependencies

This commit is contained in:
Alexander Hess 2021-01-01 17:59:15 +01:00
commit 755677db46
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 29 additions and 1 deletions

View file

@ -33,6 +33,7 @@ alembic = "^1.4.2"
click = "^7.1.2"
psycopg2 = "^2.8.5" # adapter for PostgreSQL
sqlalchemy = "^1.3.18"
utm = "^0.7.0"
# Jupyter Lab => notebooks with analyses using the developed package
# IMPORTANT: must be kept in sync with the "research" extra below