File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " SQLift"
3- version = " 0.1.2 "
3+ version = " 0.1.3 "
44description = " Simple CLI migration tool for SQL databases"
55license = " MIT"
66authors = [
" SpaceShaman <[email protected] >" ]
@@ -14,15 +14,15 @@ classifiers = [
1414]
1515
1616[tool .poetry .dependencies ]
17- python = " >=3.10.0 ,<4.0.0 "
18- psycopg = {extras = [" binary" ], version = " ^3.0.0 " }
19- typer = " ^0.15.1 "
17+ python = " >=3.10,<4"
18+ psycopg = {extras = [" binary" ], version = " ^3" }
19+ typer = " ^0.15"
2020
2121[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 "
22+ pytest = " ^8"
23+ pytest-cov = " ^5"
24+ ruff = " ^0.5"
25+ mypy = " ^1.10"
2626
2727[build-system ]
2828requires = [" poetry-core" ]
You can’t perform that action at this time.
0 commit comments