requirements.txt 487 B

1234567891011121314151617181920
  1. js2py
  2. pyquery
  3. flask==2.0.3;python_version < '3.7'
  4. flask==2.2.2;python_version >= '3.7'
  5. flask_migrate
  6. flask-sqlalchemy==2.5.1
  7. requests
  8. psutil
  9. # netifaces
  10. # gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
  11. # gevent==1.3.4 ; sys_platform != 'win32' and python_version >= '3.7' and python_version < '3.9'
  12. # gevent==21.12.0 ; sys_platform == 'win32'
  13. gevent
  14. gunicorn ; python_version >= '3.6'
  15. supervisor ; sys_platform != 'win32'
  16. func_timeout
  17. easydict
  18. jsonpath
  19. quickjs
  20. ujson