Pipfile 1.7 KB

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