From 78dd8cdfecae633d187172a6d4b949065e6060f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Wed, 5 May 2021 17:41:22 +0200 Subject: setup.py: Remove hard dependency on psycopg2 This should never have been added in the first place, since quarg is supposed to work with both SQLite and PostgreSQL databases. Make sure not to pull in more than we need to. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index a2e1d90..8db6627 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,6 @@ setuptools.setup( install_requires=[ 'python-dateutil', - 'psycopg2', 'sqlalchemy>=1.4', ] ) -- cgit v1.2.3-2-gb3c3