Pipfile 829 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [[source]]
  2. name = "pypi"
  3. url = "https://mirrors.aliyun.com/pypi/simple/"
  4. verify_ssl = true
  5. [dev-packages]
  6. [packages]
  7. absl-py = "==0.7.1"
  8. astor = "==0.7.1"
  9. bleach = "==1.5.0"
  10. captcha = "==0.3"
  11. certifi = "==2019.3.9"
  12. chardet = "==3.0.4"
  13. click = "==7.0"
  14. cycler = "==0.10.0"
  15. easydict = "==1.8"
  16. flask = "==1.0.2"
  17. gast = "==0.2.2"
  18. grpcio = "==1.19.0"
  19. html5lib = "==0.9999999"
  20. idna = "==2.7"
  21. itsdangerous = "==1.1.0"
  22. jinja2 = "==2.10.1"
  23. markdown = "==3.1"
  24. markupsafe = "==1.1.1"
  25. matplotlib = "==2.1.0"
  26. numpy = "==1.16.2"
  27. olefile = "==0.46"
  28. pillow = "==4.3.0"
  29. protobuf = "==3.6.1"
  30. pyparsing = "==2.4.0"
  31. python-dateutil = "==2.8.0"
  32. pytz = "==2018.9"
  33. requests = "==2.19.1"
  34. six = "==1.12.0"
  35. tensorboard = "==1.12.0"
  36. tensorflow = "==1.12.0"
  37. termcolor = "==1.1.0"
  38. urllib3 = "==1.23"
  39. werkzeug = "==0.15.2"
  40. [requires]
  41. python_version = "3.6"