fix: handle missing environment variables more robustly

This commit is contained in:
Danielle McLean 2024-06-28 14:14:24 +10:00
parent fcf7254e64
commit 3b7ddfa718
Signed by: 00dani
GPG key ID: 6854781A0488421C
4 changed files with 61 additions and 7 deletions

View file

@ -14,6 +14,7 @@ dependencies = [
"pytomlpp>=1.0.13",
"apischema>=0.18.1",
"yarl>=1.9.4",
"boltons>=24.0.0",
]
readme = "README.md"