Skip to content

Commit c69aad1

Browse files
authored
Merge pull request #16 from NCAR/hua-work-common
remove dependency of psycopg2
2 parents ae32539 + f785ce0 commit c69aad1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rda_python_common"
7-
version = "1.0.11"
7+
version = "1.0.12"
88
authors = [
99
{ name="Zaihua Ji", email="zji@ucar.edu" },
1010
]
@@ -17,8 +17,6 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
"Development Status :: 5 - Production/Stable",
1919
]
20-
dependencies = [
21-
"psycopg2",
22-
]
20+
2321
[project.urls]
2422
"Homepage" = "https://github.com/NCAR/rda-python-common"

0 commit comments

Comments
 (0)