Skip to content

Commit f8de3b7

Browse files
fix: bump -core to at least 0.2.0
1 parent 1db78f4 commit f8de3b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: Implementation :: PyPy",
2020
]
2121
dependencies = [
22-
"pydal2sql-core",
22+
"pydal2sql-core >= 0.2.0",
2323
"su6", # bare without any checkers
2424
"rich",
2525
"pydal",
@@ -38,8 +38,7 @@ dev = [
3838
]
3939

4040
all = [
41-
"psycopg2-binary",
42-
"pymysql",
41+
"pydal2sql-core[all]",
4342
]
4443

4544
psql = [

0 commit comments

Comments
 (0)