Skip to content

Commit

Permalink
presenters Python libraries and Alpine image update
Browse files Browse the repository at this point in the history
  • Loading branch information
multiflexi committed Feb 29, 2024
1 parent 057d509 commit d92b09a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.collectors
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine3.18 AS build_shared
FROM python:3.12-alpine3.19 AS build_shared

WORKDIR /build_shared/

Expand All @@ -8,7 +8,7 @@ RUN python -m build



FROM python:3.12-alpine3.18 AS production
FROM python:3.12-alpine3.19 AS production

WORKDIR /app/

Expand Down
14 changes: 7 additions & 7 deletions src/collectors/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
beautifulsoup4==4.12.2
beautifulsoup4==4.12.3
bleach==6.1.0
dateparser==1.2.0
feedparser==6.0.10
Flask==3.0.0
feedparser==6.0.11
Flask==3.0.2
Flask-Cors==4.0.0
Flask-RESTful==0.3.10
gevent==23.9.1
gevent==24.2.1
gunicorn==21.2.0
marshmallow==3.20.1
marshmallow==3.21.0
marshmallow-enum==1.5.1
PySocks==1.7.1
python-dateutil==2.8.2
python-dotenv==1.0.0
python-dotenv==1.0.1
requests==2.31.0
schedule==1.2.1
selenium==4.15.2
selenium==4.18.1
slackclient==1.3.2
tweepy==4.14.0

0 comments on commit d92b09a

Please sign in to comment.