mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
quote python_version in requirements.txt
This commit is contained in:
parent
705bf8172d
commit
3d874b5529
@ -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…
Reference in New Issue
Block a user