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