File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 # install OpenQuake requirements EXCEPT django* packages:
6767 pip install -r "./requirements/${{ matrix.config.req-file }}"
6868 # install this package (upgrade when possible to latest):
69- pip install -U ".[web]"
69+ pip install -Ue ".[web]"
7070 # install django (upgrade aggressively):
7171 PIP_INDEX_URL=https://pypi.org/simple pip install -U Django --upgrade-strategy eager
7272
Original file line number Diff line number Diff line change 3737 'plotly>=5.10.0' ,
3838 'kaleido>=0.2.1' , # required by plotly to save images
3939 'gunicorn>=21.2.0' , # production server (not necessary local browser testing, but harmless)
40- 'python-dotenv>=1.2.2' # same as above (might be useful if we use .env in dev mode)
40+ 'python-dotenv>=1.2.2' , # same as above (might be useful if we use .env in dev mode)
4141 # test packages:
4242 'pytest' ,
4343 'pytest-django>=3.4.8' ,
You can’t perform that action at this time.
0 commit comments