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 a9478da commit a87ee41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
with open("README.md", "r") as fh:
long_description = fh.read()


setuptools.setup(
name="fastapi-mail",
version=__import__("fastapi_mail").VERSION,
Expand All @@ -14,8 +13,7 @@
long_description_content_type="text/markdown",
license='MIT',
url="https://github.com/sabuhish/fastapi-mail",

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

0 comments on commit a87ee41

Please sign in to comment.