requirements.txt 506 B

123456789101112131415161718192021
  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. SQLAlchemy==1.4.40
  8. requests
  9. psutil
  10. # netifaces
  11. # gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
  12. # gevent==1.3.4 ; sys_platform != 'win32' and python_version >= '3.7' and python_version < '3.9'
  13. # gevent==21.12.0 ; sys_platform == 'win32'
  14. gevent
  15. gunicorn ; python_version >= '3.6'
  16. supervisor ; sys_platform != 'win32'
  17. func_timeout
  18. easydict
  19. jsonpath
  20. quickjs
  21. ujson