Pipfile 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. cookiecutter = "==2.1.1"
  9. deepdiff = "==6.7.1"
  10. flask = "==3.1.0"
  11. flask-cors = "==5.0.0"
  12. flask-socketio = "==5.4.1"
  13. Flask-RESTful = ">=0.3.9"
  14. gevent = "==24.11.1"
  15. gevent-websocket = "==0.10.1"
  16. gitignore-parser = "==0.1.1"
  17. kthread = "==0.2.3"
  18. markdown = "==3.4.4"
  19. marshmallow = "==3.20.1"
  20. networkx = "==2.6"
  21. openpyxl = "==3.1.2"
  22. pandas = "==1.3.5"
  23. pyarrow = "==16.0.0"
  24. pymongo = {extras = ["srv"], version = "==4.6.3"}
  25. python-dotenv = "==1.0.0"
  26. python-magic = {version = "==0.4.24", markers="sys_platform != 'win32'"}
  27. python-magic-bin = {version = "==0.4.14", markers="sys_platform == 'win32'"}
  28. pytz = "==2021.3"
  29. simple-websocket = "==0.10.1"
  30. sqlalchemy = "==2.0.16"
  31. toml = "==0.10"
  32. twisted = "==24.7.0"
  33. tzlocal = "==3.0"
  34. boto3 = "==1.29.1"
  35. watchdog = "==4.0.0"
  36. charset-normalizer = "==3.3.2"
  37. numpy = "<2.0.0"
  38. [dev-packages]
  39. freezegun = "*"
  40. ipython = "*"
  41. ipykernel = "*"
  42. markdownify = "*"
  43. mkdocs = "*"
  44. mkdocs-autorefs = "*"
  45. mkdocs-include-markdown-plugin = "*"
  46. mkdocs-macros-plugin = "*"
  47. mkdocs-material = "==7.3.0"
  48. mkdocs-material-extensions = "*"
  49. mkdocstrings = "*"
  50. mongomock = "*"
  51. moto = {extras = ["s3"], version = "==4.2.13"}
  52. requests = "*"
  53. ruff = "*"
  54. pandas-stubs = "*"
  55. playwright = "*"
  56. pre-commit = "*"
  57. pyopenssl = "*"
  58. pytest = "==7.4.3"
  59. pytest-cov = "*"
  60. pytest-mock = "*"
  61. pytest-playwright = "*"
  62. pytest-timeout = "*"
  63. python-dotenv = "*"
  64. testbook = "*"
  65. twine = "*"
  66. types-flask = "*"
  67. types-Flask-Cors = "*"
  68. types-Markdown = "*"
  69. types-python-dateutil = "*"
  70. types-pytz = "*"
  71. types-toml = ">=0.10.0"
  72. types-tzlocal = "*"
  73. [requires]
  74. python_version = "3"
  75. [pipenv]
  76. allow_prereleases = false