requirements.txt 506 字节
Newer Older
H
hjdhnx 已提交
1
js2py
H
hjdhnx 已提交
2
pyquery
H
hjdhnx 已提交
3 4
flask==2.0.3;python_version < '3.7'
flask==2.2.2;python_version >= '3.7'
5
flask_migrate
H
hjdhnx 已提交
6
flask-sqlalchemy==2.5.1
H
hjdhnx 已提交
7
SQLAlchemy==1.4.40
8
requests
H
hjdhnx 已提交
9 10
psutil
# netifaces
H
hjdhnx 已提交
11 12 13 14
# 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 已提交
15 16
gunicorn  ; python_version >= '3.6'
supervisor ; sys_platform != 'win32'
17
func_timeout
H
hjdhnx 已提交
18
easydict
H
hjdhnx 已提交
19 20 21
jsonpath
quickjs
ujson