readthedoc integration

This commit is contained in:
2022-04-18 03:04:16 +03:00
parent c9ee470ee2
commit 6ebbb04504
6 changed files with 55 additions and 12 deletions

View File

@ -31,7 +31,6 @@ setup(
install_requires=[
"inflection",
"passlib",
"pyalpm",
"requests",
"srcinfo",
],
@ -99,6 +98,12 @@ setup(
"pydeps",
"sphinxcontrib-napoleon",
],
# FIXME technically this dependency is required, but in some cases we do not have access to
# the libalpm which is required in order to install the package. Thus in case if we do not
# really need to run the application we can move it to "optional" dependencies
"pacman": [
"pyalpm",
],
"s3": [
"boto3",
],