Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion mara_app/.scripts/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ migrate-mara-db:

# run flask development server
run-flask:
. .venv/bin/activate; flask run --with-threads --reload --eager-loading 2>&1
. .venv/bin/activate; flask run --with-threads --reload 2>&1


# run https://github.com/naiquevin/pipdeptree to check whether the currently installed packages have
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python_requires = >= 3.6
install_requires =
mara-page>=1.7.0
mara-db>=3.0.0
flask>=1.0.2
flask>=2.0

[options.extras_require]
test = pytest; pytest_click
Expand Down