We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb2294c commit ddee6c2Copy full SHA for ddee6c2
setup.py
@@ -5,7 +5,7 @@
5
6
7
def getRequires():
8
- deps = ['python_http_client>=3.0','PyYAML>=5.1', 'six>=1.12.0', 'Werkzeug>=0.15.2']
+ deps = ['python_http_client>=3.0']
9
return deps
10
11
@@ -22,7 +22,7 @@ def getRequires():
22
author='Elmer Thomas, Yamil Asusta',
23
author_email='dx@sendgrid.com',
24
url='https://github.com/sendgrid/sendgrid-python/',
25
- packages=find_packages(exclude=["temp*.py", "test"]),
+ packages=find_packages(exclude=["temp*.py", "test", "inbound"]),
26
include_package_data=True,
27
license='MIT',
28
description='SendGrid library for Python',
0 commit comments