Skip to content

Commit

Permalink
add mysqlclient and postgres driver as deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Jan 24, 2024
1 parent 8074450 commit 751728e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
with:
pypi_token: ${{ secrets.PYPI_TOKEN }}
ignore_dev_requirements: "yes"
extra_build_dependency_packages: "default-libmysqlclient-dev"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
django = ">=4.2"
psycopg2-binary = "^2.9.9"
mysqlclient = "^2.2.1"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.14"
psycopg2-binary = "^2.9.9"
mysqlclient = "^2.2.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 751728e

Please sign in to comment.