mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-21 18:42:22 +00:00
Make poetry's dependency thing happy by adding a totally silly python version requirement line
This commit is contained in:
parent
9fa3725904
commit
0ee37a0aca
@ -12,7 +12,7 @@ packages = [
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
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]
|
||||
|
Loading…
Reference in New Issue
Block a user