import pgp key implementation (#17)

* import pgp key implementation

* do not ask confirmation for local sign. Also add argparser test

* superseed requests by python-aur package

* ...and drop --skippgpcheck makgepkg flag by default
This commit is contained in:
2021-04-10 01:37:45 +03:00
committed by GitHub
parent a0e6009876
commit 856a94ff00
12 changed files with 189 additions and 26 deletions

View File

@ -29,6 +29,7 @@ setup(
install_requires=[
"aur",
"pyalpm",
"requests",
"srcinfo",
],
setup_requires=[
@ -89,7 +90,6 @@ setup(
"Jinja2",
"aiohttp",
"aiohttp_jinja2",
"requests",
],
},
)