From e7a1b062c289aef38db2369a33a031767f2fc58e Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sat, 17 May 2025 23:04:08 +0200 Subject: [PATCH] something will stick eventually --- Dockerfile | 2 +- requirements.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b1c1057..162fe0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use official Python base image -FROM python:3.11-slim +FROM python:3.13 # Set environment variables diff --git a/requirements.txt b/requirements.txt index 5d5a58a..c483cd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,13 @@ greenlet==3.2.2 h11==0.16.0 idna==3.10 psutil==7.0.0 +psycopg==3.2.9 +psycopg-binary==3.2.9 +psycopg2-binary==2.9.10 pydantic==2.11.4 pydantic_core==2.33.2 sniffio==1.3.1 SQLAlchemy==2.0.40 -psycopg==3.2.9 starlette==0.46.2 typing-inspection==0.4.0 typing_extensions==4.13.2