Skip to content

Commit

Permalink
fix: install aiodns in termux
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Nov 26, 2024
1 parent 823bc94 commit 3e7841b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ authors = [{ name = "monosans", email = "[email protected]" }]
requires-python = ">=3.9,<4"
classifiers = ["Private :: Do Not Upload"]
dependencies = [
"aiodns>=1.1,<4",
"aiofiles",
"aiohttp>=3.8.6,<4",
"aiohttp-socks>=0.7,<0.10",
Expand All @@ -25,7 +26,6 @@ dependencies = [
"winloop<0.1.7; implementation_name=='cpython' and (sys_platform=='cygwin' or sys_platform=='win32')",
]
optional-dependencies.non-termux = [
"aiodns>=1.1,<4",
"uvloop>=0.14,<0.22; implementation_name=='cpython' and (sys_platform=='darwin' or sys_platform=='linux')",
]
urls.repository = "https://github.com/monosans/proxy-scraper-checker"
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3e7841b

Please sign in to comment.