diff --git a/pyproject.toml b/pyproject.toml index 5e0ecdb..b3cb398 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers=[ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", ] -dependencies = ["fastapi", "unicorn","requests_toolbelt"] +dependencies = ["fastapi", "unicorn","requests_toolbelt", "requests", "python-dotenv"] [project.urls] "Homepage" = "https://github.com/filipporomani/whatsapp"