From d55186106427e591b2d262fe8167ca9204e12c79 Mon Sep 17 00:00:00 2001 From: Bayu Satria Gemilang Date: Mon, 31 Oct 2022 09:46:31 +0700 Subject: [PATCH] realease v 0.0.3 --- pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 576cf6e..65bf30d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,15 +1,18 @@ [build-system] -requires = ["setuptools>=61.0", "psycopg2==2.9.5"] +requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" [project] name = "postgres-dynamic" -version = "0.0.2" +version = "0.0.3" authors = [ { name="Bayu Satria Gemilang", email="bayu.code.lab@gmail.com" }, ] description = "Fast API Google Cloud Storage" readme = "README.md" +dependencies = [ + "psycopg2>=2.9.3" +] requires-python = ">=3.7" classifiers = [ "Programming Language :: Python :: 3",