base.txt 319 B

123456789101112
  1. Jinja2
  2. # This should be changed to msgpack-python for Packages
  3. # msgpack-python>0.3,!=0.5.5
  4. msgpack>=0.5,!=0.5.5
  5. PyYAML
  6. MarkupSafe
  7. requests>=1.0.0
  8. tornado>=4.2.1,<6.0; python_version < '3'
  9. tornado>=4.2.1,<5.0; python_version >= '3.4'
  10. # Required by Tornado to handle threads stuff.
  11. futures>=2.0; python_version < '3.0'