Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use base local and production requirement files and use imports to no…
…t have duplicate and or converging requirements
  • Loading branch information
4lm authored and Bachibouzouk committed Nov 7, 2022
commit ce489175e45b38082d17df0a4d8de87e3c232112
5 changes: 0 additions & 5 deletions app/dev_requirements.txt

This file was deleted.

8 changes: 5 additions & 3 deletions app/requirements/postgres.txt → app/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ django-extensions==3.0.9
Django==3.2.15
django-bootstrap-modal-forms==2.0.0
django-crispy-forms==1.9.2
django-compressor==4.1
django-jsonview==2.0.0
django-q==1.3.4
django-sass-processor==1.2.2
gunicorn==20.0.4
libsass==0.21.0
numpy>=1.22.4
openpyxl
openpyxl==3.0.10
httpx==0.18.1
psycopg2-binary==2.9.3
XlsxWriter==1.3.9
requests==2.24.0
exchangelib==4.4.0
jsonschema==4.4.0
plotly==5.6.0
oemof-thermal==0.0.5
oemof-thermal==0.0.5
7 changes: 7 additions & 0 deletions app/requirements/local.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
-r ./base.txt

psycopg2-binary==2.9.3

black==19.3b
click==8.0.3
pytest==7.2.0
Binary file removed app/requirements/mysql.txt
Binary file not shown.
3 changes: 3 additions & 0 deletions app/requirements/production.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-r ./base.txt

psycopg2-binary==2.9.3
Binary file added app/requirements/production_mysql.txt
Binary file not shown.
3 changes: 0 additions & 3 deletions app/requirements/testing.txt

This file was deleted.