FROM python:3.12

RUN pip install setuptools
RUN pip install twine
RUN pip install feedparser>=6.0.0
RUN pip install pandas>=1.3.0

WORKDIR /code