autokey: init at 0.94.1 (#42355)

This commit is contained in:
Kevin Liu
2018-06-25 00:25:14 +02:00
committed by xeji
parent f3a155e656
commit 3a1033c6d9
3 changed files with 51 additions and 0 deletions
@@ -0,0 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@
'console_scripts': ['autokey-gtk=autokey.gtkui.__main__:main']
},
scripts=['autokey-qt', 'autokey-run', 'autokey-shell'],
- install_requires=['dbus-python', 'pyinotify', 'python3-xlib'],
+ install_requires=['pyinotify', 'python-xlib'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',