Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Joakim Saario
aurweb
Commits
7a6a3859
Commit
7a6a3859
authored
Jan 27, 2021
by
Kevin Morris
Browse files
add python-email-validator dependency
Signed-off-by:
Kevin Morris
<
kevr@0cost.org
>
parent
a5be6fc9
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7a6a3859
...
...
@@ -15,6 +15,7 @@ before_script:
python-itsdangerous python-httpx python-jinja python-pytest-cov
python-requests python-aiofiles python-python-multipart
python-pytest-asyncio python-coverage python-bcrypt
python-email-validator
-
bash -c "echo '127.0.0.1' > /etc/hosts"
-
bash -c "echo '::1' >> /etc/hosts"
...
...
Dockerfile
View file @
7a6a3859
...
...
@@ -9,7 +9,8 @@ RUN pacman -Syu --noconfirm base-devel git gpgme protobuf pyalpm \
python-werkzeug python-pytest-tap python-fastapi nginx python-authlib
\
python-itsdangerous python-httpx python-jinja python-pytest-cov
\
python-requests python-aiofiles python-python-multipart
\
python-pytest-asyncio python-coverage hypercorn python-bcrypt
python-pytest-asyncio python-coverage hypercorn python-bcrypt
\
python-email-validator
# Remove aurweb.sqlite3 if it was copied over via COPY.
RUN
rm
-fv
aurweb.sqlite3
...
...
INSTALL
View file @
7a6a3859
...
...
@@ -51,7 +51,7 @@ read the instructions below.
python-bleach python-markdown python-alembic hypercorn \
python-itsdangerous python-authlib python-httpx \
python-jinja python-aiofiles python-python-multipart \
python-requests hypercorn python-bcrypt
python-requests hypercorn python-bcrypt
python-email-validator
# python3 setup.py install
5) Create a new MySQL database and a user and import the aurweb SQL schema:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment