Install Werkzeug so that runserver_plus is available

This commit is contained in:
Danielle McLean 2018-05-28 17:49:57 +10:00
parent a0bc5bacd8
commit 15e5219e3a
Signed by: 00dani
GPG key ID: 8EB789DDF3ABD240
2 changed files with 51 additions and 1 deletions

View file

@ -50,3 +50,5 @@ pyup-django = "*"
[dev-packages]
ptpython = "*"
pytest-django = "*"
werkzeug = "*"
watchdog = "*"