Pipfile 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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 = "==1.3.5"
  24. pyarrow = "==14.0.2"
  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. moto = {extras = ["s3"], version = "==4.2.13"}
  49. requests = "*"
  50. ruff = "*"
  51. pandas-stubs = "*"
  52. playwright = "*"
  53. pre-commit = "*"
  54. pyopenssl = "*"
  55. pytest = "==7.4.3"
  56. pytest-cov = "*"
  57. pytest-mock = "*"
  58. pytest-playwright = "*"
  59. pytest-timeout = "*"
  60. python-dotenv = "*"
  61. testbook = "*"
  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. [requires]
  71. python_version = "3"
  72. [pipenv]
  73. allow_prereleases = true