diff --git a/Dockerfile b/Dockerfile index 6be2cdd..80cbedb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim +FROM python:3.12.13-slim WORKDIR /usr/src/app diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..41423cc --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,3 @@ +-r requirements.txt +pytest==9.0.2 +pytest-asyncio==1.3.0 diff --git a/requirements.txt b/requirements.txt index dd3e4dd..82b0822 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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]