I am looking for something like uWSGI + django autoreload mode for Flask.
For development environment you can try using --python-autoreload uwsgi's parameter. Looking at the source code it may work only in threaded mode (--enable-threads).