Skip to content

Commit

Permalink
Add versions to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 3, 2024
1 parent e20af93 commit f03613c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-FileCopyrightText: 2023 Alec Delaney
# SPDX-License-Identifier: MIT

pre-commit
pylint
pre-commit~=3.6
pylint~=3.0
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-FileCopyrightText: 2023 Alec Delaney
# SPDX-License-Identifier: MIT

flask
flask-wtf
bootstrap-flask
flask-limiter[redis]
gunicorn[eventlet]
flask~=3.0
flask-wtf~=1.2
bootstrap-flask~=2.3
flask-limiter[redis]~=3.5
gunicorn[eventlet]~=21.2

0 comments on commit f03613c

Please sign in to comment.