Skip to content

Commit

Permalink
add missing requirements
Browse files Browse the repository at this point in the history
Add requests and python-dotenv missing package requirements
  • Loading branch information
alejamp committed May 12, 2024
1 parent 3adc731 commit b85004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b85004b

Please sign in to comment.