diff --git a/setup.py b/setup.py index cd2e562..91bbefe 100644 --- a/setup.py +++ b/setup.py @@ -8,4 +8,8 @@ author_email='ionut.filip@usrpro.com', license='MIT', packages=['mailustart'], + install_requires=[ + 'tenacity', + 'jinja2', + ], zip_safe=False) \ No newline at end of file