diff --git a/pyproject.toml b/pyproject.toml index ab22452..9237737 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "python-multipart~=0.0.6", "uvicorn==0.23.1", "python-dateutil~=2.8.2", - "tomli>=2.0.1" + "tomli>=2.0.1", "python-dotenv" ] [tool.pytest.ini_options]