added pydantic, used to come natively with fastapi which we are no longer using

This commit is contained in:
Josh Burman 2021-10-27 02:18:25 +00:00
parent 78b115800f
commit 3297e48526

View File

@ -9,6 +9,7 @@ RUN cd Cbc-2.9.8 && \
./configure && \
make && \
make install
RUN python -m pip install pydantic
RUN python -m pip install pySqsListener
# Bundle app source