diff --git a/.replit b/.replit index 76e2c58..0f53797 100644 --- a/.replit +++ b/.replit @@ -1,5 +1,5 @@ entrypoint = "main.py" -modules = ["python-3.10"] +modules = ["python-3.10", "postgresql-16"] hidden = [".pythonlibs"]