chore: pin all Python dependency versions in requirements.txt (#64) #65

Merged
cal merged 1 commits from ai/paper-dynasty-database#64 into next-release 2026-03-10 14:06:42 +00:00
2 changed files with 15 additions and 16 deletions

View File

@ -1,4 +1,4 @@
FROM tiangolo/uvicorn-gunicorn-fastapi:latest
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11
WORKDIR /usr/src/app

View File

@ -1,15 +1,14 @@
pydantic==1.*
fastapi
uvicorn
peewee
psycopg2-binary # PostgreSQL adapter for Python
python-multipart
numpy<2
pandas
pygsheets
pybaseball
python-multipart
requests
html2image
jinja2
playwright
pydantic==1.10.21
fastapi==0.111.1
uvicorn==0.30.6
peewee==3.17.9
psycopg2-binary==2.9.9
python-multipart==0.0.9
numpy==1.26.4
pandas==2.2.3
pygsheets==2.0.6
pybaseball==2.2.7
requests==2.32.3
html2image==2.0.6
jinja2==3.1.4
playwright==1.45.1