lower version of click to 7.1.2 to support older python versions (#5629)

This commit is contained in:
Jakub Trllo 2023-09-18 18:04:08 +02:00 committed by Jakub Trllo
parent 3e9528b5e0
commit 817ef16840
2 changed files with 5 additions and 8 deletions

View file

@ -36,7 +36,7 @@ appdirs = { git = "https://github.com/ActiveState/appdirs.git", branch = "master
blessed = "^1.17" # openpype terminal formatting
coolname = "*"
clique = "1.6.*"
Click = "^8"
Click = "7.1.2"
dnspython = "^2.1.0"
ftrack-python-api = "^2.3.3"
arrow = "^0.17"