add depdendency manager and switch to pyalpm instead of expac

This commit is contained in:
2021-03-12 00:04:37 +03:00
parent 2d351fa94f
commit 371019f899
19 changed files with 241 additions and 74 deletions

View File

@ -28,6 +28,7 @@ setup(
],
install_requires=[
'aur',
'pyalpm',
'srcinfo',
],
setup_requires=[