Skip to content

Commit

Permalink
chore: Added babel in requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Suneet Srivastava committed Nov 8, 2020
1 parent f1727ee commit 9d5e642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions app/api/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,7 @@ def reset_password_post():
subject=MAILS['PASSWORD_RESET_AND_VERIFY']['subject'].format(
app_name=get_settings()['app_name']
),
html=render_template(
html='email/password_reset_and_verify.html', link=link
),
html=render_template('email/password_reset_and_verify.html', link=link),
)

else:
Expand Down
1 change: 1 addition & 0 deletions requirements/common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ pyyaml==5.3.1
sendgrid==6.4.7
marshmallow==2.15.2
WeasyPrint==52.1
Flask-Babel==2.0.0

# GraphQL support
graphene-sqlalchemy==2.3.0
Expand Down

0 comments on commit 9d5e642

Please sign in to comment.