Fix missing dependencies for chapter 11's exercises

This commit is contained in:
Alexander Hess 2020-11-01 23:45:48 +01:00
commit fa3a4a0309
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
2 changed files with 92 additions and 1 deletions

View file

@ -16,6 +16,11 @@ python = "^3.8"
jupyterlab = "^2.2.8"
numpy = "^1.19.2"
# Chapter 11: "A Traveling Salesman Problem" exercises
folium = "^0.11.0"
geopy = "^2.0.0"
googlemaps = "^4.4.2"
[tool.poetry.dev-dependencies]
# Task runners
nox = "^2020.8.22"