requirements.txt 472 字节
Newer Older
1
requests>=2.20.0
L
Leo Chen 已提交
2 3
numpy>=1.13, <=1.16.4 ; python_version<"3.5"
numpy>=1.13 ; python_version>="3.5"
4
protobuf>=3.1.0
A
Aurelius84 已提交
5
gast==0.3.3
6 7
scipy>=0.19.0, <=1.2.1 ; python_version<"3.5"
nltk>=3.2.2, <=3.4 ; python_version<"3.5"
T
tianshuo78520a 已提交
8 9
scipy<=1.3.1 ; python_version=="3.5"
scipy ; python_version>"3.5"
10
nltk ; python_version>="3.5"
11 12
rarfile
Pillow
13
six
S
sneaxiy 已提交
14
decorator
15
prettytable
16
astor
17
pathlib
18 19
netifaces ; platform_system != "Windows"
netifaces ; python_version>="3.5" and platform_system == "Windows"