summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorKevin Morris <kevr@0cost.org>2020-12-23 21:53:28 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2021-02-20 17:27:56 +0100
commit8ce96ac20830ce222fb7f75ef8ab1ad2669539b0 (patch)
treec6a467c692f6d34606967c1893cc53a3df1149b4 /INSTALL
parent21c457817fe8ec5db60a10e2270f9fcf951aca5f (diff)
downloadaur-8ce96ac20830ce222fb7f75ef8ab1ad2669539b0.tar.gz
aur-8ce96ac20830ce222fb7f75ef8ab1ad2669539b0.tar.xz
swap uvicorn out for hypercorn
Signed-off-by: Kevin Morris <kevr@0cost.org> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 7087aca2..a32d6f5a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -48,7 +48,8 @@ read the instructions below.
4) Install Python modules and dependencies:
# pacman -S python-mysql-connector python-pygit2 python-srcinfo python-sqlalchemy \
- python-bleach python-markdown python-alembic
+ python-bleach python-markdown python-alembic python-jinja \
+ python-itsdangerous python-authlib python-httpx hypercorn
# python3 setup.py install
5) Create a new MySQL database and a user and import the aurweb SQL schema: