Skip to content
Snippets Groups Projects
Verified Commit 9d8bc93f authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

add YAML types library

parent 60afcabc
No related branches found
No related tags found
1 merge request!127Feature/update translations
Pipeline #85155 passed
......@@ -6,7 +6,7 @@ from pathlib import Path
from typing import TypeVar
import typer
import yaml # type: ignore[import-untyped]
import yaml
from pydantic import ValidationError
from gso.api.v1.imports import (
......
......@@ -9,6 +9,7 @@ celery==5.3.4
# Test and linting dependencies
celery-stubs==0.1.3
types-requests==2.31.0.1
types-PyYAML==6.0.12.12
pytest==7.4.3
faker==19.13.0
responses==0.24.0
......
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