Merge branch 'master' into master

This commit is contained in:
jzold 2019-01-03 16:09:10 +00:00 committed by GitHub
commit f1ae620847
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM python:2-alpine
RUN mkdir /app
RUN pip install requests beautifulsoup4
RUN pip install requests beautifulsoup4 texttable
WORKDIR /app
COPY . /app
RUN chmod +x *.py

View file

@ -1,3 +1,3 @@
beautifulsoup4>=4.7.0
plotly>=3.4.2
requests>=2.21.0
requests>=2.21.0