[deps] add PyYAML to dependencies
This commit is contained in:
parent
b651d90f0e
commit
acb0a46904
1
Pipfile
1
Pipfile
|
@ -15,6 +15,7 @@ starlette = "*"
|
|||
uvicorn = "*"
|
||||
orjson = "*"
|
||||
pyjwt = "*"
|
||||
pyyaml = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3"
|
||||
|
|
Loading…
Reference in New Issue