Skip to content

Commit

Permalink
setup needs to install jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
sabuhish committed Nov 13, 2020
1 parent 7a8f9a7 commit a9478da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
license='MIT',
url="https://github.com/sabuhish/fastapi-mail",

install_requires=["fastapi","Jinja2","aiosmtplib","python-multipart", "pydantic","email-validator"],
install_requires=["fastapi","jinja2","aiosmtplib","python-multipart", "pydantic","email-validator"],
platforms=['any'],
packages=setuptools.find_packages(),
classifiers=[
Expand Down

0 comments on commit a9478da

Please sign in to comment.