1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- [[source]]
- name = "pypi"
- url = "https://mirrors.aliyun.com/pypi/simple/"
- verify_ssl = true
- [dev-packages]
- [packages]
- absl-py = "==0.7.1"
- astor = "==0.7.1"
- bleach = "==1.5.0"
- captcha = "==0.3"
- certifi = "==2019.3.9"
- chardet = "==3.0.4"
- click = "==7.0"
- cycler = "==0.10.0"
- easydict = "==1.8"
- flask = "==1.0.2"
- gast = "==0.2.2"
- grpcio = "==1.19.0"
- html5lib = "==0.9999999"
- idna = "==2.7"
- itsdangerous = "==1.1.0"
- jinja2 = "==2.10.1"
- markdown = "==3.1"
- markupsafe = "==1.1.1"
- matplotlib = "==2.1.0"
- numpy = "==1.16.2"
- olefile = "==0.46"
- pillow = "==4.3.0"
- protobuf = "==3.6.1"
- pyparsing = "==2.4.0"
- python-dateutil = "==2.8.0"
- pytz = "==2018.9"
- requests = "==2.19.1"
- six = "==1.12.0"
- tensorboard = "==1.12.0"
- tensorflow = "==1.12.0"
- termcolor = "==1.1.0"
- urllib3 = "==1.23"
- werkzeug = "==0.15.2"
- [requires]
- python_version = "3.6"
|