Skip to content

Commit 7fcde83

Browse files
add optional dependency for watching files of watchdog
1 parent a93ab5b commit 7fcde83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def initialize_options(self):
152152
if sys.version_info[:2] >= (2, 6):
153153
# curtsies only supports 2.6 and onwards
154154
extras_require['curtsies'] = ['curtsies >=0.1.7, <0.2.0', 'greenlet']
155+
extras_require['watch'] = ['watchdog']
155156
packages.append("bpython.curtsiesfrontend")
156157
entry_points['console_scripts'].append(
157158
'bpython-curtsies = bpython.curtsies:main [curtsies]')

0 commit comments

Comments
 (0)