Skip to content

Commit

Permalink
global: pin flask-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
anikachurilova authored and kpsherva committed May 28, 2024
1 parent 01e159a commit 100348f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
intersphinx_mapping = {
"python": ("https://docs.python.org/", None),
"flask": ("https://flask.palletsprojects.com", None),
"flask_mail": ("https://pythonhosted.org/Flask-Mail/", None),
"flask_mail": ("https://flask-mail.readthedocs.io/en/latest/", None),
}

# Autodoc configuraton.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python_requires = >=3.7
zip_safe = False
install_requires =
Flask>=0.11.1
Flask-Mail>=0.9.1
Flask-Mail>=0.9.1,<0.10.0

[options.extras_require]
tests =
Expand Down

0 comments on commit 100348f

Please sign in to comment.