Compare commits
1 commit
22aba23171
...
aab38e59da
Author | SHA1 | Date | |
---|---|---|---|
aab38e59da |
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,7 @@ arch="aarch64 x86_64"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
# following depends aren't direct dependencies, but are needed:
|
# following depends aren't direct dependencies, but are needed:
|
||||||
# py3-asn1crypto, py3-cbor2, py3-email-validator, py3-websockets
|
# py3-asn1crypto, py3-cbor2, py3-email-validator, py3-websockets
|
||||||
# py3-openssl
|
# py3-openssl, py3-uvloop, py3-httptools
|
||||||
depends="
|
depends="
|
||||||
bash
|
bash
|
||||||
libcap-setcap
|
libcap-setcap
|
||||||
|
@ -55,6 +55,7 @@ depends="
|
||||||
py3-geoip2
|
py3-geoip2
|
||||||
py3-google-api-python-client
|
py3-google-api-python-client
|
||||||
py3-gunicorn
|
py3-gunicorn
|
||||||
|
py3-httptools
|
||||||
py3-jsonpatch
|
py3-jsonpatch
|
||||||
py3-jwt
|
py3-jwt
|
||||||
py3-jwcrypto
|
py3-jwcrypto
|
||||||
|
@ -89,6 +90,7 @@ depends="
|
||||||
py3-ua-parser
|
py3-ua-parser
|
||||||
py3-unidecode
|
py3-unidecode
|
||||||
py3-urllib3-secure-extra
|
py3-urllib3-secure-extra
|
||||||
|
py3-uvloop
|
||||||
py3-watchdog
|
py3-watchdog
|
||||||
py3-webauthn
|
py3-webauthn
|
||||||
py3-websockets
|
py3-websockets
|
||||||
|
|
Loading…
Add table
Reference in a new issue