Added requirements to project

This commit is contained in:
Ju Luiselli 2020-01-08 23:36:03 +01:00
parent ae2d909b7c
commit 9247f734b2
2 changed files with 8 additions and 0 deletions

6
requirements-dev.txt Normal file
View file

@ -0,0 +1,6 @@
-r requirements.txt
django-debug-toolbar
ipython
black
flake8
isort

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
django==3.0.*
Pillow