fix: cap sqlalchemy version to 1.x
for now, since wuttjamaican allows 2.x but something is not working right for sideshow. requires further investigation i don't have time for at the moment.
This commit is contained in:
parent
5c69449055
commit
454758560d
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ classifiers = [
|
|||
license = {text = "GNU General Public License v3+"}
|
||||
requires-python = ">= 3.8"
|
||||
dependencies = [
|
||||
"SQLAlchemy<2", # TODO: should allow 2.x
|
||||
"WuttaWeb>=0.22.0",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue