mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 19:15:41 +00:00
Modernized environment
This commit is contained in:
5
requirements/base.txt
Normal file
5
requirements/base.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Django==1.11
|
||||
djangorestframework==3.6.2
|
||||
pep8==1.7.0
|
||||
pkg-resources==0.0.0
|
||||
pytz==2017.2
|
2
requirements/build.txt
Normal file
2
requirements/build.txt
Normal file
@ -0,0 +1,2 @@
|
||||
-r base.txt
|
||||
flake8==3.3.0
|
4
requirements/dev.txt
Normal file
4
requirements/dev.txt
Normal file
@ -0,0 +1,4 @@
|
||||
-r build.txt
|
||||
django-extensions==1.7.8
|
||||
graphviz==0.6
|
||||
ipython==5.3.0
|
Reference in New Issue
Block a user