Pipfile 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. appdirs = "==1.4.4"
  7. asgiref = "==3.3.1"
  8. astor = "==0.8.1"
  9. bce-python-sdk = "==0.8.59"
  10. certifi = "==2020.12.5"
  11. cfgv = "==3.2.0"
  12. chardet = "==4.0.0"
  13. click = "==7.1.2"
  14. decorator = "==4.4.2"
  15. distlib = "==0.3.1"
  16. django-cors-headers = "==3.7.0"
  17. filelock = "==3.0.12"
  18. flake8 = "==3.8.4"
  19. future = "==0.18.2"
  20. gast = "==0.3.3"
  21. identify = "==2.1.1"
  22. idna = "==2.10"
  23. imageio = "==2.9.0"
  24. imgaug = "==0.4.0"
  25. importlib-metadata = "==3.7.2"
  26. itsdangerous = "==1.1.0"
  27. kiwisolver = "==1.3.1"
  28. lmdb = "==1.1.1"
  29. matplotlib = "==3.3.4"
  30. mccabe = "==0.6.1"
  31. networkx = "==2.5"
  32. nodeenv = "==1.5.0"
  33. numpy = "==1.19.3"
  34. opencv-python = "==4.2.0.32"
  35. paddlepaddle = "==2.0.1"
  36. pre-commit = "==2.11.1"
  37. protobuf = "==3.15.5"
  38. pyclipper = "==1.2.1"
  39. pycodestyle = "==2.6.0"
  40. pycryptodome = "==3.10.1"
  41. pyflakes = "==2.2.0"
  42. pyparsing = "==2.4.7"
  43. python-dateutil = "==2.8.1"
  44. pytz = "==2021.1"
  45. requests = "==2.25.1"
  46. scikit-image = "==0.17.2"
  47. scipy = "==1.6.1"
  48. shellcheck-py = "==0.7.1.1"
  49. six = "==1.15.0"
  50. sqlparse = "==0.4.1"
  51. tifffile = "==2021.3.5"
  52. toml = "==0.10.2"
  53. tqdm = "==4.59.0"
  54. typing-extensions = "==3.7.4.3"
  55. urllib3 = "==1.26.3"
  56. virtualenv = "==20.4.2"
  57. visualdl = "==2.1.1"
  58. zipp = "==3.4.1"
  59. Babel = "==2.9.0"
  60. Cycler = "==0.10.0"
  61. Django = "==3.1.7"
  62. Flask = "==1.1.2"
  63. Flask-Babel = "==2.0.0"
  64. Jinja2 = "==2.11.3"
  65. MarkupSafe = "==1.1.1"
  66. Pillow = "==8.1.2"
  67. python-Levenshtein = "==0.12.2"
  68. PyWavelets = "==1.1.1"
  69. PyYAML = "==5.4.1"
  70. Shapely = "==1.7.1"
  71. Werkzeug = "==1.0.1"
  72. [dev-packages]
  73. [requires]
  74. python_version = "3.7"