Merge pull request #47880 from gtmanfred/2017.7.6

quote python_version in requirements.txt
This commit is contained in:
Daniel Wallace 2018-05-29 16:12:00 -05:00 committed by GitHub
commit 16916d6bd2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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