Jonathan H Leape

Results 1 issues of Jonathan H Leape

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 ```