Skip to content

Commit ddee6c2

Browse files
Do not auto-install inbound parser
1 parent eb2294c commit ddee6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def getRequires():
8-
deps = ['python_http_client>=3.0','PyYAML>=5.1', 'six>=1.12.0', 'Werkzeug>=0.15.2']
8+
deps = ['python_http_client>=3.0']
99
return deps
1010

1111

@@ -22,7 +22,7 @@ def getRequires():
2222
author='Elmer Thomas, Yamil Asusta',
2323
author_email='dx@sendgrid.com',
2424
url='https://github.com/sendgrid/sendgrid-python/',
25-
packages=find_packages(exclude=["temp*.py", "test"]),
25+
packages=find_packages(exclude=["temp*.py", "test", "inbound"]),
2626
include_package_data=True,
2727
license='MIT',
2828
description='SendGrid library for Python',

0 commit comments

Comments
 (0)