We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03c437 commit 3b46060Copy full SHA for 3b46060
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
setuptools.setup(
7
name="whatsapp-api-webhook-server-python",
8
version="0.0.3",
9
- install_requires=[],
+ install_requires=['requests'],
10
author="Ivan Sadovy",
11
author_email="sadiv@bk.ru",
12
description="This library helps you easily create a python '\
0 commit comments