diff --git a/backend/app/pyproject.toml b/backend/app/pyproject.toml index 223d5d9..dbef79a 100644 --- a/backend/app/pyproject.toml +++ b/backend/app/pyproject.toml @@ -23,7 +23,7 @@ psycopg2-binary = "^2.8.5" alembic = "^1.4.2" sqlalchemy = "^1.3.16" pytest = "^5.4.1" -farmOS = "0.1.6" +farmOS = "0.2.0" [tool.poetry.dev-dependencies] mypy = "^0.770"