mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-11 17:34:31 -05:00
fix: python versions
This commit is contained in:
5748
flowsint-api/poetry.lock
generated
5748
flowsint-api/poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -6,7 +6,7 @@ authors = ["EliottElek <dexxterrmorgan@proton.me>"]
|
||||
packages = [{ include = "app" }]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10"
|
||||
python = ">=3.11,<3.14"
|
||||
flowsint-core = { path = "../flowsint-core", develop = true }
|
||||
flowsint-types = { path = "../flowsint-types", develop = true }
|
||||
flowsint-transforms = { path = "../flowsint-transforms", develop = true }
|
||||
|
||||
Reference in New Issue
Block a user