setup.py: add python-apt dependency

This commit is contained in:
Christophe Siraut 2018-03-07 17:19:52 +01:00
parent 1f7079cf42
commit ec8e66747b
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ setup(name='dspawn',
license='GPL',
packages=['dspawn'],
install_requires=[
'python-apt',
'psutil',
],
entry_points = {