added pydantic, used to come natively with fastapi which we are no longer using
This commit is contained in:
parent
78b115800f
commit
3297e48526
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user