Fred Lefévère-Laoide 1 rok pred
rodič
commit
d2b755d533
1 zmenil súbory, kde vykonal 25 pridanie a 2 odobranie
  1. 25 2
      Pipfile

+ 25 - 2
Pipfile

@@ -15,15 +15,38 @@ autopep8 = "*"
 black = "*"
 flake8 = "*"
 flake8-docstrings = "*"
+ipython = "*"
+ipykernel = "*"
 isort = "*"
+mkdocs = "*"
+mkdocs-autorefs = "*"
+mkdocs-include-markdown-plugin = "*"
+mkdocs-macros-plugin = "*"
+mkdocs-material = "==7.3.0"
+mkdocs-material-extensions = "*"
+mkdocstrings = "*"
+mongomock = "*"
 mypy = "*"
+pandas-stubs = "*"
+playwright = "*"
 pre-commit = "*"
 pytest = "*"
+pytest-cov = "*"
+pytest-mock = "*"
+pytest-playwright = "*"
+pytest-timeout = "*"
+testbook = "*"
+pyopenssl = "*"
 pytest-timeout = "*"
+testbook = "*"
 tox = "*"
+twine = "*"
+types-Markdown = "*"
 types-python-dateutil = "*"
-mongomock = "*"
-pytest-mock = "*"
+types-pytz = "*"
+types-tzlocal = "*"
+types-flask = "*"
+types-Flask-Cors = "*"
 
 [requires]
 python_version = "3"