From 9917f5c78c8c56abc1517ea3b8770615d990ff6c Mon Sep 17 00:00:00 2001 From: ThomasBidot <77505438+ThomasBidot@users.noreply.github.com> Date: Tue, 24 Aug 2021 19:37:32 +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