Do not conflict versoins for setup.py

This commit is contained in:
Daniel A. Wozniak 2023-05-27 15:25:33 -07:00 committed by Gareth J. Greenaway
parent 3239877c78
commit 063bf2959e

View file

@ -10,5 +10,5 @@ packaging>=21.3
looseversion
# We need contextvars for salt-ssh
contextvars
tornado==6.2.0 ; python_version < '3.8'
tornado>=6.2.0 ; python_version < '3.8'
tornado==6.3.2 ; python_version >= '3.8'