From 3cc789e35bc1bdf14da4e13d123c29bf7668b14b Mon Sep 17 00:00:00 2001 From: Jonathan Chico Date: Fri, 19 Aug 2022 16:19:31 +0200 Subject: [PATCH] Removing the explicit psycopg2-binary dependency. --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ca3e559..e693472 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,6 @@ keywords = ["aiida", "workflows", "lammps"] requires-python = ">=3.8" dependencies = [ "aiida-core[atomic-tools]>=2.0.0,<3.0.0", - "psycopg2-binary", "importlib_resources", "jsonschema", "numpy",