Python 3.13に対応
This commit is contained in:
parent
bc6b871b6c
commit
d5ca0a68da
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3
|
||||
FROM python:3.13.0
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
requests==2.32.3
|
||||
fastapi==0.111.0
|
||||
pymongo==4.7.3
|
||||
fastapi[standard]==0.115.2
|
||||
pymongo==4.10.1
|
||||
Jinja2==3.1.4
|
||||
|
|
Loading…
Add table
Reference in a new issue