1
1

update basically everything

This commit is contained in:
2020-11-25 17:45:50 +01:00
parent a2c838bc4d
commit b9b80ccca3
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.8.5
FROM python:3.9.0
ENV PYTHONUNBUFFERED=1
WORKDIR /code/
COPY requirements.txt .

View File

@@ -1,9 +1,9 @@
version: "3.7"
version: "3.8"
services:
db:
image: postgres:12.3-alpine
image: postgres:13-alpine
environment:
POSTGRES_DB: "financeplanner_db"
POSTGRES_USER: "financeplanner_user"

View File

@@ -1,4 +1,4 @@
django==3.1.0
psycopg2-binary==2.8.5
django==3.1.3
psycopg2-binary==2.8.6
uwsgi==2.0.19.1
python-dateutil==2.8.1