We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db78f4 commit f8de3b7Copy full SHA for f8de3b7
pyproject.toml
@@ -19,7 +19,7 @@ classifiers = [
19
"Programming Language :: Python :: Implementation :: PyPy",
20
]
21
dependencies = [
22
- "pydal2sql-core",
+ "pydal2sql-core >= 0.2.0",
23
"su6", # bare without any checkers
24
"rich",
25
"pydal",
@@ -38,8 +38,7 @@ dev = [
38
39
40
all = [
41
- "psycopg2-binary",
42
- "pymysql",
+ "pydal2sql-core[all]",
43
44
45
psql = [
0 commit comments