From 6a04a1287444b6d5e358f8dbfd800a28969e39fe Mon Sep 17 00:00:00 2001 From: Arash Rouhani Date: Fri, 23 Oct 2015 13:30:45 +0200 Subject: [PATCH] setup.py: Remove pyparsing as dependency Not used since spotify/luigi#1309 --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 8553750dc5..4a6111020c 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ def get_static_files(path): long_description = readme_note + fobj.read() install_requires = [ - 'pyparsing<3.0', 'tornado<5.0', 'python-daemon<3.0', ]