Skip to content

Commit

Permalink
fix: bump -core to at least 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvandernoord committed Nov 17, 2023
1 parent 1db78f4 commit f8de3b7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"pydal2sql-core",
"pydal2sql-core >= 0.2.0",
"su6", # bare without any checkers
"rich",
"pydal",
Expand All @@ -38,8 +38,7 @@ dev = [
]

all = [
"psycopg2-binary",
"pymysql",
"pydal2sql-core[all]",
]

psql = [
Expand Down

0 comments on commit f8de3b7

Please sign in to comment.