requirements.txt 315 字节
Newer Older
W
wuzewu 已提交
1
pre-commit
S
Steffy-zxf 已提交
2
protobuf >= 3.6.0
W
wuzewu 已提交
3
yapf == 0.26.0
W
wuzewu 已提交
4
six >= 1.10.0
走神的阿圆's avatar
走神的阿圆 已提交
5
flask >= 1.1.0
W
wuzewu 已提交
6
flake8
S
Steffy-zxf 已提交
7
visualdl >= 2.0.0b
S
Steffy-zxf 已提交
8
cma >= 2.7.0
K
kinghuin 已提交
9
sentencepiece
10
colorlog
K
kinghuin 已提交
11
tqdm
K
kinghuin 已提交
12
nltk
13 14 15

# pandas no longer support python2 in version 0.25 and above
pandas ; python_version >= "3"
走神的阿圆's avatar
走神的阿圆 已提交
16 17

# gunicorn not support windows
走神的阿圆's avatar
走神的阿圆 已提交
18
gunicorn >= 19.10.0; sys_platform != "win32"