Skip to content

Commit 2b4c06f

Browse files
authored
Merge pull request #493 from PanDAWMS/tania_dev
docker | fix social-auth-* library versions
2 parents 38218c9 + 3e0378c commit 2b4c06f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ RUN ${BIGMON_VIRTUALENV_PATH}/bin/pip install --no-cache-dir --upgrade \
8989
Jinja2 joblib kiwisolver kubernetes linecache2 lxml MarkupSafe matplotlib mccabe mod-wsgi nose numpy oauthlib \
9090
olefile openshift oracledb packaging pandas paramiko patterns pep8 Pillow pip pluggy prettytable progressbar2 psutil psycopg2-binary \
9191
py pyasn1 pyasn1-modules pycodestyle pycparser pycrypto pyflakes PyJWT PyNaCl pyOpenSSL pyparsing pyrebase4 pytest \
92-
python-dateutil python-dotenv python-magic python-openid python-social-auth python-string-utils python-utils python3-openid \
92+
python-dateutil python-dotenv python-magic python-openid python-string-utils python-utils python3-openid \
9393
pytz PyYAML redis regex reportlab requests requests-oauthlib rsa ruamel.yaml ruamel.yaml.clib rucio-clients \
94-
schedule scikit-learn scipy six scikit-learn social-auth-core soupsieve sqlparse \
94+
schedule scikit-learn scipy six scikit-learn social-auth-core==4.5.3 social-auth-app-django==5.4.0 soupsieve sqlparse \
9595
stomp.py subprocess32 sunburnt tabulate threadpoolctl tiny-xslt toml traceback2 typing-extensions unittest2 \
9696
urllib3 webencodings websocket-client Werkzeug xlrd zipp \
9797
django-bower django-cors-headers django-csp \
9898
django-datatables-view django-render-block django-tables2 django-templated-email djangorestframework \
9999
django-debug-toolbar django-extensions django-htmlmin django-mathfilters django-redis \
100-
django-redis-cache social-auth-app-django
100+
django-redis-cache
101101

102102
RUN mkdir -p ${BIGMON_WSGI_PATH}
103103
RUN mkdir ${BIGMON_WSGI_PATH}/config

0 commit comments

Comments
 (0)