base.txt 308 B

12345678910
  1. Jinja2
  2. msgpack>=0.5,!=0.5.5,<1.0.0
  3. PyYAML
  4. MarkupSafe
  5. requests>=1.0.0
  6. # Requirements for Tornado 4.5.3 (vendored as salt.ext.tornado)
  7. backports-abc==0.5; python_version < '3.0'
  8. singledispatch==3.4.0.3; python_version < '3.4'
  9. # Required by Tornado to handle threads stuff.
  10. futures>=2.0; python_version < '3.0'