mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
quote python_version in requirements.txt
This commit is contained in:
parent
27670168ea
commit
987ae6358b
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ msgpack>=0.5,!=0.5.5
|
|||
PyYAML
|
||||
MarkupSafe
|
||||
requests>=1.0.0
|
||||
tornado>=4.2.1,<6.0; python_version < 3
|
||||
tornado>=4.2.1,<5.0; python_version >= 3.4
|
||||
tornado>=4.2.1,<6.0; python_version < '3'
|
||||
tornado>=4.2.1,<5.0; python_version >= '3.4'
|
||||
|
||||
# Required by Tornado to handle threads stuff.
|
||||
futures>=2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue