Skip to content

Commit

Permalink
remove dialect sepecific dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Jun 6, 2024
1 parent 84c6e6b commit 02f095a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
django = ">=4.2"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.14"
psycopg2-binary = "^2.9.9"
mysqlclient = "^2.2.1"
mssql-django = "^1.4"
pyodbc = "^5.0.1"

[tool.poetry.group.dev.dependencies]
ruff = "^0.1.14"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 02f095a

Please sign in to comment.