Skip to content

Commit 37e5281

Browse files
authored
add dependencies in pyproject.toml
1 parent eca01dc commit 37e5281

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

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

55
[project]
66
name = "rda_python_common"
7-
version = "1.0.9"
8-
7+
version = "1.0.10"
98
authors = [
109
{ name="Zaihua Ji", email="zji@ucar.edu" },
1110
]
@@ -18,6 +17,8 @@ classifiers = [
1817
"Operating System :: OS Independent",
1918
"Development Status :: 5 - Production/Stable",
2019
]
21-
20+
dependencies = [
21+
"psycopg2",
22+
]
2223
[project.urls]
2324
"Homepage" = "https://github.com/NCAR/rda-python-common"

0 commit comments

Comments
 (0)