Added requirements to project
This commit is contained in:
parent
ae2d909b7c
commit
9247f734b2
2 changed files with 8 additions and 0 deletions
6
requirements-dev.txt
Normal file
6
requirements-dev.txt
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
-r requirements.txt
|
||||||
|
django-debug-toolbar
|
||||||
|
ipython
|
||||||
|
black
|
||||||
|
flake8
|
||||||
|
isort
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
django==3.0.*
|
||||||
|
Pillow
|
Loading…
Reference in a new issue