chore: pin all Python dependency versions (#82) #83

Merged
cal merged 1 commits from ai/paper-dynasty-discord82 into main 2026-03-10 14:07:07 +00:00
3 changed files with 16 additions and 15 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.12-slim
FROM python:3.12.13-slim
WORKDIR /usr/src/app

3
requirements-dev.txt Normal file
View File

@ -0,0 +1,3 @@
-r requirements.txt
pytest==9.0.2
pytest-asyncio==1.3.0

View File

@ -1,15 +1,13 @@
discord.py
pygsheets
pydantic
gsheets
bs4
peewee
sqlmodel
alembic
pytest
pytest-asyncio
numpy<2
pandas
psycopg2-binary
aiohttp
discord.py==2.7.1
pygsheets==2.0.6
pydantic==2.12.5
gsheets==0.6.1
bs4==0.0.2
peewee==4.0.1
sqlmodel==0.0.37
alembic==1.18.4
numpy==1.26.4
pandas==3.0.1
psycopg2-binary==2.9.11
aiohttp==3.13.3
# psycopg[binary]