treethought / flask-assistant

Framework for Building Virtual Assistants with Dialogflow and python
Apache License 2.0
379 stars 101 forks source link

What's the best way to do dependency injection in Flask-assistant? #134

Open jose-carmona opened 4 years ago

jose-carmona commented 4 years ago

Hi,

A simply question: what's the best way to do dependency injection in Flask-assistant? I've tried with Flask-Injector but it seems to not be compatible with Flask-assistant.

Thanks!