summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorKevin Morris <kevr@0cost.org>2020-12-22 07:33:46 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2021-02-20 17:55:29 +0100
commit3ecee639ac5332978647572028339f06658f2beb (patch)
tree1bf08e077d2de57a637769d7cfa4f44a0410c701 /INSTALL
parentf6cbb433efd89090764921a74da490427e268118 (diff)
downloadaur-3ecee639ac5332978647572028339f06658f2beb.tar.gz
aur-3ecee639ac5332978647572028339f06658f2beb.tar.xz
update documentation for FastAPI tests and deps.
Additionally, we now ask for two more favors from contributors: 1. All source modified or added within a patchset **must** maintain equivalent or increased coverage by providing tests that use the functionality. 2. Please keep your source within an 80 column width. PS: Sneak a few test Makefile and gitlab fixes. Signed-off-by: Kevin Morris <kevr@0cost.org>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index a32d6f5a..8607b07f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -48,8 +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-jinja \
- python-itsdangerous python-authlib python-httpx hypercorn
+ python-bleach python-markdown python-alembic hypercorn \
+ python-itsdangerous python-authlib python-httpx
# python3 setup.py install
5) Create a new MySQL database and a user and import the aurweb SQL schema: