Skip to content

Commit a0469a5

Browse files
Add appdirs dependency for preferences management.
1 parent ef3c35e commit a0469a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ def __init__(self, master):
157157
cmdclass={
158158
'install': CustomInstall,
159159
},
160+
install_requires=['appdirs>=1.4'],
160161
classifiers=[
161162
"Programming Language :: Python",
162163
"Programming Language :: Python :: 2.7",

0 commit comments

Comments
 (0)