Skip to content

Commit

Permalink
setup.py: Remove pyparsing as dependency
Browse files Browse the repository at this point in the history
Not used since #1309
  • Loading branch information
Tarrasch committed Oct 23, 2015
1 parent 21acf07 commit 6a04a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down

0 comments on commit 6a04a12

Please sign in to comment.