74160b2183
Bumps the pip-semver-minor group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.1...0.6.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
49 lines
1.4 KiB
TOML
49 lines
1.4 KiB
TOML
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry]
|
|
name = "proxy-scraper-checker"
|
|
version = "0"
|
|
description = ""
|
|
license = "MIT"
|
|
authors = ["monosans <hsyqixco@protonmail.com>"]
|
|
repository = "https://github.com/monosans/proxy-scraper-checker"
|
|
classifiers = ["Private :: Do Not Upload"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
aiodns = { version = ">=1.1,<4", optional = true }
|
|
aiofiles = "*"
|
|
aiohttp = ">=3.8.6,<4"
|
|
aiohttp-socks = ">=0.7,<0.10"
|
|
attrs = ">=22.2"
|
|
brotli = { version = ">=1,<2", markers = "implementation_name == 'cpython'" }
|
|
brotlicffi = { version = "<2", markers = "implementation_name != 'cpython'" }
|
|
certifi = "*"
|
|
charset-normalizer = ">=2,<4"
|
|
maxminddb = ">=1.3,<3"
|
|
platformdirs = "<5"
|
|
rich = ">=12.3,<14"
|
|
tomli = { version = "<3", python = "<3.11" }
|
|
uvloop = { version = ">=0.14,<0.21", optional = true, markers = "implementation_name == 'cpython' and (sys_platform == 'darwin' or sys_platform == 'linux')" }
|
|
winloop = { version = "<0.1.7", markers = "implementation_name == 'cpython' and (sys_platform == 'cygwin' or sys_platform == 'win32')" }
|
|
|
|
[tool.poetry.extras]
|
|
non-termux = ["aiodns", "uvloop"]
|
|
termux = []
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
mypy = "1.11.1"
|
|
ruff = "0.6.2"
|
|
tomli = "2.0.1"
|
|
types-aiofiles = "24.1.0.20240626"
|
|
# ">=4.4,<5" at runtime
|
|
typing-extensions = "4.12.2"
|
|
|
|
[tool.poetry.group.nuitka]
|
|
optional = true
|
|
|
|
[tool.poetry.group.nuitka.dependencies]
|
|
nuitka = "2.4.7"
|