add werkzeug and django-extensions for developing

This commit is contained in:
koksnuss
2020-06-25 12:49:32 +02:00
parent 8cf3445908
commit c77ba5f1ca
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,9 @@ verify_ssl = true
[dev-packages]
pudb = "*"
django-extensions = "*"
werkzeug = "*"
pydotplus = "*"
[packages]
django = "*"