Pipfile 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. apispec = {extras = ["yaml"], version = "==6.3"}
  7. apispec-webframeworks = "==0.5.2"
  8. "backports.zoneinfo" = {version="==0.2.1", markers="python_version < '3.9'", extras=["tzdata"]}
  9. cookiecutter = "==2.1.1"
  10. deepdiff = "==6.2.2"
  11. flask = "==3.0.0"
  12. flask-cors = "==4.0.0"
  13. flask-socketio = "==5.3.6"
  14. Flask-RESTful = ">=0.3.9"
  15. gevent = "==23.7.0"
  16. gevent-websocket = "==0.10.1"
  17. gitignore-parser = "==0.1.1"
  18. kthread = "==0.2.3"
  19. markdown = "==3.4.4"
  20. marshmallow = "==3.20.1"
  21. modin = {extras = ["dask"], version = "==0.23.0"}
  22. networkx = "==2.6"
  23. openpyxl = "==3.1.2"
  24. pandas = "==2.0.0"
  25. pyarrow = "==10.0.1"
  26. pymongo = {extras = ["srv"], version = "==4.2.0"}
  27. python-dotenv = "==1.0.0"
  28. python-magic = {version = "==0.4.24", markers="sys_platform != 'win32'"}
  29. python-magic-bin = {version = "==0.4.14", markers="sys_platform == 'win32'"}
  30. pytz = "==2021.3"
  31. simple-websocket = "==0.10.1"
  32. sqlalchemy = "==2.0.16"
  33. toml = "==0.10"
  34. twisted = "==23.8.0"
  35. tzlocal = "==3.0"
  36. [dev-packages]
  37. autopep8 = "*"
  38. black = "*"
  39. flake8 = "*"
  40. flake8-docstrings = "*"
  41. ipython = "*"
  42. ipykernel = "*"
  43. isort = "*"
  44. mkdocs = "*"
  45. mkdocs-autorefs = "*"
  46. mkdocs-include-markdown-plugin = "*"
  47. mkdocs-macros-plugin = "*"
  48. mkdocs-material = "==7.3.0"
  49. mkdocs-material-extensions = "*"
  50. mkdocstrings = "*"
  51. mongomock = "*"
  52. mypy = "*"
  53. requests = "*"
  54. pandas-stubs = "*"
  55. playwright = "*"
  56. pre-commit = "*"
  57. pyopenssl = "*"
  58. pytest = "*"
  59. pytest-cov = "*"
  60. pytest-mock = "*"
  61. pytest-playwright = "*"
  62. pytest-timeout = "*"
  63. python-dotenv = "*"
  64. testbook = "*"
  65. tox = "*"
  66. twine = "*"
  67. types-flask = "*"
  68. types-Flask-Cors = "*"
  69. types-Markdown = "*"
  70. types-python-dateutil = "*"
  71. types-pytz = "*"
  72. types-toml = ">=0.10.0"
  73. types-tzlocal = "*"
  74. [requires]
  75. python_version = "3"
  76. [pipenv]
  77. allow_prereleases = true