Pipfile 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. networkx = "==2.6"
  22. openpyxl = "==3.1.2"
  23. pandas = "==2.0.0"
  24. pyarrow = "==10.0.1"
  25. pymongo = {extras = ["srv"], version = "==4.2.0"}
  26. python-dotenv = "==1.0.0"
  27. python-magic = {version = "==0.4.24", markers="sys_platform != 'win32'"}
  28. python-magic-bin = {version = "==0.4.14", markers="sys_platform == 'win32'"}
  29. pytz = "==2021.3"
  30. simple-websocket = "==0.10.1"
  31. sqlalchemy = "==2.0.16"
  32. toml = "==0.10"
  33. twisted = "==23.8.0"
  34. tzlocal = "==3.0"
  35. boto3 = "==1.29.1"
  36. [dev-packages]
  37. freezegun = "*"
  38. ipython = "*"
  39. ipykernel = "*"
  40. mkdocs = "*"
  41. mkdocs-autorefs = "*"
  42. mkdocs-include-markdown-plugin = "*"
  43. mkdocs-macros-plugin = "*"
  44. mkdocs-material = "==7.3.0"
  45. mkdocs-material-extensions = "*"
  46. mkdocstrings = "*"
  47. mongomock = "*"
  48. requests = "*"
  49. ruff = "*"
  50. pandas-stubs = "*"
  51. playwright = "*"
  52. pre-commit = "*"
  53. pyopenssl = "*"
  54. pytest = "==7.4.3"
  55. pytest-cov = "*"
  56. pytest-mock = "*"
  57. pytest-playwright = "*"
  58. pytest-timeout = "*"
  59. python-dotenv = "*"
  60. testbook = "*"
  61. tox = "*"
  62. twine = "*"
  63. types-flask = "*"
  64. types-Flask-Cors = "*"
  65. types-Markdown = "*"
  66. types-python-dateutil = "*"
  67. types-pytz = "*"
  68. types-toml = ">=0.10.0"
  69. types-tzlocal = "*"
  70. moto = ">=4.2.9"
  71. [requires]
  72. python_version = "3"
  73. [pipenv]
  74. allow_prereleases = true