requirements.txt 208 字节
Newer Older
1
requests>=2.20.0
2 3
numpy>=1.13 ; python_version>="3.5" and platform_system != "Windows"
numpy>=1.13, <=1.19.3 ; python_version>="3.5" and platform_system == "Windows"
4
protobuf>=3.1.0
5
Pillow
6
six
T
tianshuo78520a 已提交
7
decorator
8
astor