requirements.txt 303 字节
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
gast>=0.3.3, <=0.4.0 ; platform_system != "Windows"
6
gast==0.3.3 ; platform_system == "Windows"
7
Pillow
8
six
9
decorator
10
astor