Add shapely to the dependencies

This commit is contained in:
Alexander Hess 2020-12-30 17:37:51 +01:00
commit 556b9d36a3
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 39 additions and 1 deletions

View file

@ -28,6 +28,7 @@ repository = "https://github.com/webartifex/urban-meal-delivery"
python = "^3.8"
# Package => code developed in *.py files and packaged under src/urban_meal_delivery
Shapely = "^1.7.1"
alembic = "^1.4.2"
click = "^7.1.2"
psycopg2 = "^2.8.5" # adapter for PostgreSQL