Skip to content

Commit 03c13da

Browse files
committed
Removed pyparsing from install_requires in setup.py
1 parent 848a4a3 commit 03c13da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
long_description = """bpython is a fancy interface to the Python
2727
interpreter for Unix-like operating systems.""",
2828
install_requires = [
29-
'pygments',
30-
'pyparsing',
29+
'pygments'
3130
],
3231
packages = ["bpython"],
3332
data_files = [

0 commit comments

Comments
 (0)