Skip to content
Snippets Groups Projects
Commit 19d3d6a2 authored by Jonathan Klimt's avatar Jonathan Klimt :cowboy:
Browse files

Added dev dependencies

parent abaeb4f6
No related branches found
No related tags found
No related merge requests found
Pipeline #567158 failed
...@@ -15,6 +15,8 @@ before_script: ...@@ -15,6 +15,8 @@ before_script:
- python -V - python -V
- pip install --upgrade pip - pip install --upgrade pip
- pip install ruff mypy - pip install ruff mypy
- pip install -e .[dev]
format: format:
stage: check stage: check
......
...@@ -11,6 +11,10 @@ dependencies = [ ...@@ -11,6 +11,10 @@ dependencies = [
"python-ldap>=3.4.4", "python-ldap>=3.4.4",
"Flask-Limiter>=3.12.0", "Flask-Limiter>=3.12.0",
] ]
[project.optional-dependencies]
dev = [
"types-Flask-SocketIO >= 5.5.1",
]
[tool.mypy] [tool.mypy]
python_version = "3.8" python_version = "3.8"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment