mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
add python-bcrypt dependency
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
1922e5380d
commit
137c050f99
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ before_script:
|
||||||
python-pytest-tap python-fastapi hypercorn nginx python-authlib
|
python-pytest-tap python-fastapi hypercorn nginx python-authlib
|
||||||
python-itsdangerous python-httpx python-jinja python-pytest-cov
|
python-itsdangerous python-httpx python-jinja python-pytest-cov
|
||||||
python-requests python-aiofiles python-python-multipart
|
python-requests python-aiofiles python-python-multipart
|
||||||
python-pytest-asyncio python-coverage
|
python-pytest-asyncio python-coverage python-bcrypt
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -9,7 +9,7 @@ RUN pacman -Syu --noconfirm base-devel git gpgme protobuf pyalpm \
|
||||||
python-werkzeug python-pytest-tap python-fastapi nginx python-authlib \
|
python-werkzeug python-pytest-tap python-fastapi nginx python-authlib \
|
||||||
python-itsdangerous python-httpx python-jinja python-pytest-cov \
|
python-itsdangerous python-httpx python-jinja python-pytest-cov \
|
||||||
python-requests python-aiofiles python-python-multipart \
|
python-requests python-aiofiles python-python-multipart \
|
||||||
python-pytest-asyncio python-coverage hypercorn
|
python-pytest-asyncio python-coverage hypercorn python-bcrypt
|
||||||
|
|
||||||
# Remove aurweb.sqlite3 if it was copied over via COPY.
|
# Remove aurweb.sqlite3 if it was copied over via COPY.
|
||||||
RUN rm -fv aurweb.sqlite3
|
RUN rm -fv aurweb.sqlite3
|
||||||
|
|
2
INSTALL
2
INSTALL
|
@ -51,7 +51,7 @@ read the instructions below.
|
||||||
python-bleach python-markdown python-alembic hypercorn \
|
python-bleach python-markdown python-alembic hypercorn \
|
||||||
python-itsdangerous python-authlib python-httpx \
|
python-itsdangerous python-authlib python-httpx \
|
||||||
python-jinja python-aiofiles python-python-multipart \
|
python-jinja python-aiofiles python-python-multipart \
|
||||||
python-requests
|
python-requests hypercorn python-bcrypt
|
||||||
# python3 setup.py install
|
# python3 setup.py install
|
||||||
|
|
||||||
5) Create a new MySQL database and a user and import the aurweb SQL schema:
|
5) Create a new MySQL database and a user and import the aurweb SQL schema:
|
||||||
|
|
Loading…
Add table
Reference in a new issue