Skip to content

Commit 29266e0

Browse files
committed
in-progress
1 parent 55d4734 commit 29266e0

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

.idea/misc.xml

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/mrmat-python-api-flask.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This variant of a Python Flask API is code-first and using native Flask
2121
In bash:
2222

2323
```shell
24-
$ pip install -r build-requirements.txt # Manually install dependencies (see note in requirements.txt!)
24+
$ pip install -r requirements.txt # Manually install dependencies (see note in requirements.txt!)
2525
$ export PYTHONPATH=`pwd` # In order to find the build-time ci module
2626
$ export MRMAT_VERSION=1.0.27 # Optional: To influence the version. Normally calculated and set by CI
2727
$ python -m build -n # Use -n in an interactive, virtual environment
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ psycopg2~=2.9.1 # LGPL with exceptions
1414
Flask-OIDC~=1.4.0 # MIT
1515
requests_oauthlib~=1.3.0 # ISC
1616

17-
cli-ui~=0.15.2 # BSD 3-Clause
17+
cli-ui~=0.15.2 # BSD 3-Clause
1818
halo~=0.0.31 # MIT
1919

20-
build~=0.7.0 # MIT
21-
pylint~=2.11.1 # GPL-2.0-or-later
22-
flake8~=4.0.1 # MIT
23-
pytest~=6.2.5 # MIT
24-
pytest-cov~=3.0.0 # MIT
25-
pyjwt==2.3.0 # MIT
20+
build~=0.7.0 # MIT
21+
pylint~=2.11.1 # GPL-2.0-or-later
22+
flake8~=4.0.1 # MIT
23+
pytest~=6.2.5 # MIT
24+
pytest-cov~=3.0.0 # MIT
25+
pyjwt==2.3.0 # MIT

0 commit comments

Comments
 (0)