Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShyftXero committed Nov 19, 2023
1 parent be84a4c commit aa14a8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ dependencies = [
"fire>=0.5.0",
"flask>=3.0.0",
"flask_cors>=4.0.0",
"flask_limiter>=3.5.0",
"PyNaCl>=1.5.0",
"networkx>=3.1",
"pycryptodome>=3.19.0",
Expand All @@ -27,6 +26,8 @@ dependencies = [
"discord>=2.3.2",
"gunicorn>=21.2.0",
"markdown2>=2.4.10",
"rich>=13.7.0",
"flask-limiter==3.3.0",
]
readme = "README.md"
requires-python = ">= 3.8"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ faker==20.0.3
fire==0.5.0
flask==3.0.0
flask-cors==4.0.0
flask-limiter==3.5.0
flask-limiter==3.3.0
frozenlist==1.4.0
gunicorn==21.2.0
idna==3.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ faker==20.0.3
fire==0.5.0
flask==3.0.0
flask-cors==4.0.0
flask-limiter==3.5.0
flask-limiter==3.3.0
frozenlist==1.4.0
gunicorn==21.2.0
idna==3.4
Expand Down

0 comments on commit aa14a8b

Please sign in to comment.