Skip to content

Commit

Permalink
build: add Flask-Limiter to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Apr 19, 2024
1 parent 9056d34 commit 056f53f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"undetected-chromedriver>=3.5.5",
"beautifulsoup4>=4.12.3",
"markdownify>=0.11.6",
"Flask>=3.0.2",
"Flask>=3,<4",
"Flask-Limiter>=3,<4",
],
long_description=Path.open(Path("README.md"), encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 056f53f

Please sign in to comment.