Skip to content

Commit

Permalink
add dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
boetro committed Jan 21, 2024
1 parent 2e38dff commit 085e363
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
67 changes: 66 additions & 1 deletion sdks/python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions sdks/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ cloud-sql-python-connector = { version = "*", extras = ["gcp"] }
boto3 = { version = "*", extras = ["aws"] }
pytest = {version = "^7.4.4", extras = ["dev"]}
pytest-cov = {version = "^4.1.0", extras = ["dev"]}
pg8000 = {version = "^1.30.4", extras = ["dev"]}
python-tds = {version = "^1.14.0", extras = ["dev"]}
pymysql = {version = "^1.1.0", extras = ["dev"]}


[build-system]
Expand Down

0 comments on commit 085e363

Please sign in to comment.