From 3791c8051a587de347c3aa1c03de79dce38c1a2e Mon Sep 17 00:00:00 2001 From: Dan O'Reilly Date: Thu, 20 Aug 2015 20:49:45 -0400 Subject: Fix travis build Signed-off-by: Dan O'Reilly --- python/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py index 23193cba..f7ee6357 100755 --- a/python/setup.py +++ b/python/setup.py @@ -146,6 +146,7 @@ if __name__ == '__main__': ) os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'cpp' + # Keep this list of dependencies in sync with tox.ini. install_requires = ['six', 'setuptools'] if sys.version_info <= (2,7): install_requires.append('ordereddict') -- cgit v1.2.3