Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
antonu17 committed Jan 14, 2025
1 parent 9a181a4 commit 545b4a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VERSION ?= $(shell git describe --tags --always --dirty)
setup: virtualenv requirements-dev

virtualenv:
@python -m venv $(VENV)
@python3 -m venv $(VENV)

clean:
@rm -rf $(VENV)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ click==7.1.2
Flask==1.1.2
itsdangerous==1.1.0
Jinja2==3.1.5
MarkupSafe==1.1.1
MarkupSafe==2.1.1
Werkzeug==3.0.6
prometheus-client==0.8.0
uWSGI==2.0.19.1

0 comments on commit 545b4a4

Please sign in to comment.