fix: freeze farmOS.py package to v1.x (for now)
apparently 2.0 was released but it breaks our usage, need to refactor
This commit is contained in:
parent
2998e67548
commit
78c6a8070a
1 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ classifiers = [
|
||||||
]
|
]
|
||||||
license = {text = "GNU General Public License v3"}
|
license = {text = "GNU General Public License v3"}
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"farmOS",
|
# TODO: refactor farmOS.py usage per v2 release
|
||||||
|
# https://github.com/farmOS/farmOS.py/blob/main/CHANGELOG.md
|
||||||
|
"farmOS<2",
|
||||||
"psycopg2",
|
"psycopg2",
|
||||||
"pyramid_exclog",
|
"pyramid_exclog",
|
||||||
"uvicorn[standard]",
|
"uvicorn[standard]",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue