fergalwalsh / pico

Pico is a very small web application framework for Python.
http://pico.readthedocs.io/
186 stars 41 forks source link

Corrected import and added IP on which to listen to devel server. #21

Closed rbeneyt closed 4 years ago

fergalwalsh commented 4 years ago

Congrats on your first PR 🎉

fergalwalsh commented 4 years ago

FYI this is merged to master but I have not yet pushed a new release to PyPI. In the meantime you can install it directly from git using pip install git+https://github.com/fergalwalsh/pico.git@master

StefanoSega commented 4 years ago

@fergalwalsh it doesn't work for me with Werkzeug 0.14.1, it works btw with Werkzeug 0.16.1

fergalwalsh commented 4 years ago

Thanks @StefanoSega, I have bumped the requirement now. It is in the master branch.