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 a93ab5b commit 7fcde83Copy full SHA for 7fcde83
setup.py
@@ -152,6 +152,7 @@ def initialize_options(self):
152
if sys.version_info[:2] >= (2, 6):
153
# curtsies only supports 2.6 and onwards
154
extras_require['curtsies'] = ['curtsies >=0.1.7, <0.2.0', 'greenlet']
155
+ extras_require['watch'] = ['watchdog']
156
packages.append("bpython.curtsiesfrontend")
157
entry_points['console_scripts'].append(
158
'bpython-curtsies = bpython.curtsies:main [curtsies]')
0 commit comments