Skip to content

Commit

Permalink
installation: pin flask-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed May 27, 2024
1 parent df4193a commit 00078cd
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 34 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true
check-manifest = ">=0.25"

[packages]
invenio-app-rdm = {version = "~=12.0.0b3.dev17", extras = ["opensearch2"]}
invenio-app-rdm = {version = "~=12.0.0b3.dev18", extras = ["opensearch2"]}
invenio-logging = {extras = ["sentry_sdk"], version = "~=2.0"}
cds-rdm = {editable="True", path="./site"}
# Re-enable when the pycountry dependency is updated
Expand All @@ -19,6 +19,7 @@ ipython = "!=8.1.0"
uwsgi = ">=2.0"
uwsgitop = ">=0.11"
uwsgi-tools = ">=1.1.1"
flask-mail = ">=0.9.0,<0.10.0"

[requires]
python_version = "3.9"
Expand Down
67 changes: 34 additions & 33 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00078cd

Please sign in to comment.