Skip to content

Commit

Permalink
Merge pull request #143 from PanDAWMS/dev
Browse files Browse the repository at this point in the history
update Dockerfile to use latest Django version
  • Loading branch information
tkorchug authored Mar 9, 2023
2 parents e4a94b0 + ad56bbf commit 711aed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN ${BIGMON_VIRTUALENV_PATH}/bin/pip install --no-cache-dir --upgrade setuptool
RUN ${BIGMON_VIRTUALENV_PATH}/bin/pip install --no-cache-dir --upgrade futures psycopg2 psycopg2-binary \
aenum appdirs argcomplete asn1crypto attrs aws bcrypt \
beautifulsoup4 boto bz2file cachetools certifi cffi chardet click codegen cryptography cx-Oracle cycler \
dataclasses datefinder decorator defusedxml Django==2.2 docopt dogpile.cache ecdsa \
dataclasses datefinder decorator defusedxml Django docopt dogpile.cache ecdsa \
elasticsearch elasticsearch-dsl enum34 fabric findspark flake8 Flask futures google-auth html5lib httplib2 \
humanize idds-client idds-common idds-workflow idna importlib-metadata iniconfig invoke ipaddress itsdangerous \
Jinja2 joblib kiwisolver kubernetes linecache2 lxml MarkupSafe matplotlib mccabe mod-wsgi nose numpy oauthlib \
Expand Down

0 comments on commit 711aed0

Please sign in to comment.