Skip to content

Commit

Permalink
+ pyyaml requirement
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Grant <[email protected]>
  • Loading branch information
geocoug committed Nov 13, 2024
1 parent 871f818 commit 5667bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
]
dependencies = ["psycopg2-binary==2.9.9", "tabulate==0.9.0"]
dependencies = ["psycopg2-binary>=2.9.9", "tabulate==0.9.0", "pyyaml==6.0.1"]
keywords = ["postgresql", "postgres", "dbms", "etl", "upsert", "database"]

[project.scripts]
Expand Down

0 comments on commit 5667bea

Please sign in to comment.