initial commit

This commit is contained in:
alex
2021-12-10 10:08:12 +01:00
parent 3952bcb7d5
commit 0d265dfacc
3 changed files with 73 additions and 0 deletions

7
launcher.sh Executable file
View File

@@ -0,0 +1,7 @@
#apk add --no-cache --virtual .build-deps gcc libc-dev libxslt-dev && \
# apk add --no-cache libxslt && \
# pip install --no-cache-dir lxml>=3.5.0 && \
# pip install -r requirements.txt && \
# apk del .build-deps
pip install -r requirements.txt