Merge pull request #4 from netzbegruenung/dependencies

Update dependencies
This commit is contained in:
Marian Steinbach 2020-04-03 19:48:31 +02:00 committed by GitHub
commit 7dcb375825
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 2 deletions

View file

@ -1,8 +1,11 @@
FROM python:3.7-stretch
FROM python:3.7-buster
ENV PYTHONUNBUFFERED "yes"
RUN pip install google-cloud-datastore==1.7.3 elasticsearch==6.3.1 python-dateutil==2.8.0
ADD requirements.txt /requirements.txt
RUN pip install --upgrade pip && \
pip install -r /requirements.txt
COPY indexer.py /

20
requirements.txt Normal file
View file

@ -0,0 +1,20 @@
cachetools==4.0.0
certifi==2019.11.28
chardet==3.0.4
elasticsearch==6.3.1
google-api-core==1.16.0
google-auth==1.13.1
google-cloud-core==1.3.0
google-cloud-datastore==1.11.0
googleapis-common-protos==1.51.0
grpcio==1.27.2
idna==2.9
protobuf==3.11.3
pyasn1==0.4.8
pyasn1-modules==0.2.8
python-dateutil==2.8.0
pytz==2019.3
requests==2.23.0
rsa==4.0
six==1.14.0
urllib3==1.25.8