We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2073f4f commit d8f8be5Copy full SHA for d8f8be5
1 file changed
setup.py
@@ -26,8 +26,7 @@
26
long_description = """bpython is a fancy interface to the Python
27
interpreter for Unix-like operating systems.""",
28
install_requires = [
29
- 'pygments',
30
- 'pyparsing',
+ 'pygments'
31
],
32
packages = ["bpython"],
33
data_files = [
0 commit comments