diff options
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' |
