2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Modernized environment

This commit is contained in:
zakx
2017-04-10 22:55:25 +02:00
parent bb680c3427
commit 89e4cf899e
7 changed files with 45 additions and 56 deletions

5
requirements/base.txt Normal file
View 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
View File

@ -0,0 +1,2 @@
-r base.txt
flake8==3.3.0

4
requirements/dev.txt Normal file
View File

@ -0,0 +1,4 @@
-r build.txt
django-extensions==1.7.8
graphviz==0.6
ipython==5.3.0