Add matplotlib to the dependencies

This commit is contained in:
Alexander Hess 2021-01-21 17:15:39 +01:00
commit a1da1e9af8
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 144 additions and 1 deletions

View file

@ -32,6 +32,7 @@ Shapely = "^1.7.1"
alembic = "^1.4.2"
click = "^7.1.2"
folium = "^0.12.1"
matplotlib = "^3.3.3"
pandas = "^1.1.0"
psycopg2 = "^2.8.5" # adapter for PostgreSQL
rpy2 = "^3.4.1"