Make poetry's dependency thing happy by adding a totally silly python version requirement line

This commit is contained in:
Roberto Alsina 2020-02-05 10:28:31 -03:00
parent 9fa3725904
commit 0ee37a0aca

View File

@ -12,7 +12,7 @@ packages = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
pyside2 = ">5.14" pyside2 = ">5.14"
python = ">3.6" python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.9"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]