diff options
| author | alex <alex@pdp7.net> | 2026-05-24 18:53:40 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2026-05-24 18:53:51 +0200 |
| commit | d303381d1908fce707d9aecdc45b74232aa40209 (patch) | |
| tree | 0a70e89caba2ea9c723ae9a8cc5d9a000ee1360e /scripts/pyproject.toml | |
| parent | 2d07d4327a77b1a16fc4835f4549fcfe8b0b714a (diff) | |
Remove httpx dependency
Diffstat (limited to 'scripts/pyproject.toml')
| -rw-r--r-- | scripts/pyproject.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index a20c7783..61cad795 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -2,9 +2,7 @@ name = "p7s" requires-python = ">=3.11" version = "0" -dependencies = [ - "httpx>=0.28.1", -] +dependencies = [] [project.scripts] ruscreen = 'p7s.ruscreen:main' |
