diff --git a/pyproject.toml b/pyproject.toml index c5ff8af..23c50fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,11 +18,11 @@ dependencies = [ "six>=1.16.0", # undeclared dep of python-pam (needed on macOS clean envs) "itsdangerous>=2.1.0", "python-multipart>=0.0.9", + "httpx>=0.27.0", ] [project.optional-dependencies] dev = [ - "httpx>=0.27.0", "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "beautifulsoup4>=4.12",