From e7255bad421fdc4ac69a26e3cc29b22a80c5c3e7 Mon Sep 17 00:00:00 2001 From: Thomas Bidot-naude <thomas.bidotnaude@gmail.com> Date: Tue, 24 Aug 2021 19:34:30 +0200 Subject: [PATCH] Version correction of psycopg2 and tornado --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e1b2a84..452e64d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ django-filter django-rest-auth # Telegram messages via python-telegram-bot -tornado==5.1.1 +tornado==6.1 python-telegram-bot==12.2.0 # Storage of files in AWS S3 @@ -22,7 +22,7 @@ boto3 # PostgreSQL integration dj-database-url -psycopg2 +psycopg2==2.8.6 # Django REST Framework extensions coreapi-cli # Required for automatic API docs -- GitLab