We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86017b commit 9004ac3Copy full SHA for 9004ac3
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "SQLift"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "Simple CLI migration tool for SQL databases"
5
license = "MIT"
6
authors = ["SpaceShaman <spaceshaman@tuta.io>"]
@@ -14,15 +14,15 @@ classifiers = [
14
]
15
16
[tool.poetry.dependencies]
17
-python = ">=3.10.0,<4.0.0"
18
-psycopg = {extras = ["binary"], version = "^3.0.0"}
19
-typer = "^0.15.1"
+python = ">=3.10,<4"
+psycopg = {extras = ["binary"], version = "^3"}
+typer = "^0.15"
20
21
[tool.poetry.group.dev.dependencies]
22
-pytest = "^8.2.2"
23
-pytest-cov = "^5.0.0"
24
-ruff = "^0.5.1"
25
-mypy = "^1.10.1"
+pytest = "^8"
+pytest-cov = "^5"
+ruff = "^0.5"
+mypy = "^1.10"
26
27
[build-system]
28
requires = ["poetry-core"]
0 commit comments