Skip to content

Commit

Permalink
move alembic into test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanley Kudrow committed Nov 9, 2024
1 parent 97aa128 commit c41b6d6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions pdm.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "SQLAlchemy dialect for ClickHouse"
authors = [
{name = "Konstantin Lebedev", email = "[email protected]"},
]
dependencies = ["alembic>=1.14.0", "asynch>=0.2.5", "clickhouse-driver>=0.2.9", "requests>=2.32.3", "sqlalchemy>=2.0.36"]
dependencies = ["asynch>=0.2.5", "clickhouse-driver>=0.2.9", "requests>=2.32.3", "sqlalchemy>=2.0.36"]
requires-python = ">=3.9"
readme = "README.rst"
license = {text = "MIT"}
Expand Down Expand Up @@ -40,17 +40,17 @@ Issues = "https://github.com/fastapi/fastapi/issues"
Changelog = "https://github.com/xzkostyan/clickhouse-sqlalchemy/blob/master/CHANGELOG.md"
PyPI = "https://pypi.org/project/clickhouse-sqlalchemy/"

[tool.pdm]
distribution = true

[tool.pdm.version]
source = "file"
path = "clickhouse_sqlalchemy/__init__.py"

[tool.pdm]
distribution = true

[dependency-groups]
docs = ["sphinx>=7.4.7"]
lint = ["mypy>=1.13.0", "ruff>=0.7.2"]
test = ["pytest>=8.3.3", "pytest-asyncio>=0.24.0", "parameterized>=0.9.0", "responses>=0.25.3"]
test = ["pytest>=8.3.3", "pytest-asyncio>=0.24.0", "parameterized>=0.9.0", "responses>=0.25.3", "alembic>=1.14.0"]

[tool.pytest.ini_options]
minversion = "8.0"
Expand Down

0 comments on commit c41b6d6

Please sign in to comment.