requirements.txt 399 字节
Newer Older
H
hjdhnx 已提交
1
js2py
H
hjdhnx 已提交
2 3
pyquery
flask
4
flask_migrate
H
hjdhnx 已提交
5
flask-sqlalchemy
6
requests
H
hjdhnx 已提交
7 8
psutil
# netifaces
H
hjdhnx 已提交
9 10 11 12
# gevent==1.1.2 ; sys_platform != 'win32' and python_version < '3.7'
# gevent==1.3.4 ; sys_platform != 'win32' and python_version >= '3.7' and python_version < '3.9'
# gevent==21.12.0 ; sys_platform == 'win32'
gevent
H
hjdhnx 已提交
13 14
gunicorn  ; python_version >= '3.6'
supervisor ; sys_platform != 'win32'
15
func_timeout
H
hjdhnx 已提交
16 17
easydict
jsonpath