Skip to content

Commit

Permalink
Django 5: Packages & Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
geordi committed Apr 15, 2024
1 parent 232cc00 commit 15229d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV PYTHONUNBUFFERED=1
RUN apt-get update && apt-get install -y libsasl2-dev libgraphviz-dev graphviz pandoc

COPY requirements.txt /kelvin/requirements.txt
RUN pip install --upgrade pip
RUN pip install -r /kelvin/requirements.txt

RUN apt-get update \
Expand Down
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
beautifulsoup4==4.11.1
bokeh==2.3.2
cssselect==1.1.0
django-cas-ng==4.2.1
django-cas-ng==5.0.1
django-notifications-hq==1.6.0
django-redis-cache==2.1.1
django-rq==2.3.2
django-rq==2.8.1
django-webpush==0.3.2
django==3.1.14
Django==5.0.4
imageio==2.6.1
Jinja2==2.11.3
lxml==5.1.0
Expand All @@ -30,3 +30,4 @@ rq-scheduler==0.11.0
six==1.16.0
typing_extensions==4.11.0
Unidecode==1.3.6

0 comments on commit 15229d7

Please sign in to comment.