gtfspy-webviz
gtfspy-webviz copied to clipboard
Dependency issues: flask and flask-runner
I was able to get it running by using Python 3.8:
conda create --name gtfspy-webviz python=3.8
and modifying requirements.txt to the following:
gtfspy
flask==0.10
flask-runner
flask_cors