Skip to content
Snippets Groups Projects
Commit b219038a authored by Antoine Lambert's avatar Antoine Lambert
Browse files

mypy: Move types-* in requirements-test.txt and add missing ones

parent 2ff55b6d
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,3 @@ ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True
[mypy-yaml.*]
ignore_missing_imports = True
......@@ -4,3 +4,6 @@ pytest
pytest-django
pytest-mock
requests_mock
types-click
types-pytz
types-pyyaml
# Add here external Python modules dependencies, one per line. Module names
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html
python-keycloak >= 0.19.0
PyYAML
click
types-click
python-keycloak >= 0.19.0
pyyaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment