Skip to content
Snippets Groups Projects
Commit 9b505b65 authored by Karel van Klink's avatar Karel van Klink :smiley_cat: Committed by Neda Moeini
Browse files

add YAML types library

parent 0ad49085
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !125. Comments created here will be created in the context of that merge request.
...@@ -6,7 +6,7 @@ from pathlib import Path ...@@ -6,7 +6,7 @@ from pathlib import Path
from typing import TypeVar from typing import TypeVar
import typer import typer
import yaml # type: ignore[import-untyped] import yaml
from pydantic import ValidationError from pydantic import ValidationError
from gso.api.v1.imports import ( from gso.api.v1.imports import (
......
...@@ -9,6 +9,7 @@ celery==5.3.4 ...@@ -9,6 +9,7 @@ celery==5.3.4
# Test and linting dependencies # Test and linting dependencies
celery-stubs==0.1.3 celery-stubs==0.1.3
types-requests==2.31.0.1 types-requests==2.31.0.1
types-PyYAML==6.0.12.12
pytest==7.4.3 pytest==7.4.3
faker==19.13.0 faker==19.13.0
responses==0.24.0 responses==0.24.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment