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 848a4a3 commit 03c13daCopy full SHA for 03c13da
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