bugfix
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
FROM python:3.7-alpine
|
||||||
|
RUN apk update
|
||||||
|
RUN apk add g++ gcc libxml2 libxslt-dev
|
||||||
|
WORKDIR /project
|
||||||
|
ADD . /project
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
CMD ["python","app.py"]pip
|
||||||
28
requirements.txt
Normal file
28
requirements.txt
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
beautifulsoup4==4.9.1
|
||||||
|
bs4==0.0.1
|
||||||
|
certifi==2020.6.20
|
||||||
|
chardet==3.0.4
|
||||||
|
click==7.1.2
|
||||||
|
dnspython==2.0.0
|
||||||
|
email-validator==1.1.1
|
||||||
|
Flask==1.1.2
|
||||||
|
Flask-Admin==1.5.6
|
||||||
|
Flask-Login==0.5.0
|
||||||
|
flask-marshmallow==0.13.0
|
||||||
|
Flask-SQLAlchemy==2.4.4
|
||||||
|
Flask-WTF==0.14.3
|
||||||
|
idna==2.10
|
||||||
|
itsdangerous==1.1.0
|
||||||
|
Jinja2==2.11.2
|
||||||
|
lxml==4.5.2
|
||||||
|
MarkupSafe==1.1.1
|
||||||
|
marshmallow==3.7.1
|
||||||
|
requests==2.24.0
|
||||||
|
six==1.15.0
|
||||||
|
soupsieve==2.0.1
|
||||||
|
SQLAlchemy==1.3.18
|
||||||
|
urllib3==1.25.9
|
||||||
|
Werkzeug==1.0.1
|
||||||
|
WTForms==2.3.1
|
||||||
|
WTForms-SQLAlchemy==0.1
|
||||||
|
gunicorn==20.0.4
|
||||||
Reference in New Issue
Block a user