From e02c593d3ecd84320a079de8bea4d9b0145c2be2 Mon Sep 17 00:00:00 2001 From: buhle79 Date: Tue, 30 Jul 2024 12:11:32 +0200 Subject: [PATCH] test failure fix --- requirements.txt | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0666ab7..c57b249 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,6 +36,7 @@ pathtools==0.1.2 phonenumbers==8.12.6 prometheus-client==0.8.0 psycopg2==2.9.9 +psycopg2-binary==2.9.9 pycodestyle==2.6.0 pycountry==20.7.3 pyflakes==2.2.0 diff --git a/setup.py b/setup.py index 76108aa..aa00a17 100755 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python", - "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Topic :: Software Development :: Libraries :: Python Modules", ], )