Skip to content

Commit 71a58b4

Browse files
Add PyPubSub as a dependency.
1 parent d84282d commit 71a58b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ def run(self):
8080
options={'install': {'force': True}},
8181
scripts=['src/bin/ride.py', 'src/bin/ride_postinstall.py'],
8282
cmdclass={'install': CustomInstallCommand},
83-
requires=['Pygments', 'wxPython']
83+
requires=['Pygments', 'wxPython', 'PyPubSub']
8484
)

0 commit comments

Comments
 (0)