Skip to content

Commit

Permalink
Add psycopg2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
funkey committed Nov 17, 2023
1 parent c514cf2 commit 50ff8ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ dependencies = [
"zarr",
"pymongo",
"numpy",
'h5py',
"h5py",
"psycopg2",
]

[tool.setuptools.dynamic]
Expand Down

0 comments on commit 50ff8ca

Please sign in to comment.