Skip to content

Commit 2dffda9

Browse files
author
Papoteur
committed
Update dependencies
1 parent 60c63d8 commit 2dffda9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
long_description=open('README.md').read(),
2525
#data_files=[('conf/manatools', ['XXX.yy',]), ],
2626
install_requires=[
27-
#"argparse",
28-
"distribute",
27+
"argparse",
28+
"dbus-python",
29+
"python-gettext",
2930
"PyYAML",
3031
],
3132
)

0 commit comments

Comments
 (0)