flask-extensions / Flask-GoogleMaps

Easy way to add GoogleMaps to Flask applications. maintainer: @getcake
https://flask-googlemaps.com
MIT License
647 stars 196 forks source link

Fix error: 'name 'rq' is not defined' #110

Closed Hona closed 3 years ago

Hona commented 4 years ago

Closes #108

Simply missing the requests module

Hona commented 4 years ago

When poetry exported the requirements it removed a lot of requirements, so I only added the new ones for request.

Hona commented 4 years ago

Fixed up now

Riverfount commented 4 years ago

Hi @TheRealHona,

Please solve the conflicts. After that we can merge this PR!

Hona commented 4 years ago

Fixed merge conflicts and updated the broken dependencies. Do you want me to rebase the bad commits away?