05d569edcc
Bumps the pip-semver-minor group with 2 updates: [ruff](https://github.com/astral-sh/ruff) and [nuitka](https://github.com/Nuitka/Nuitka). Updates `ruff` from 0.4.2 to 0.4.3 - [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/v0.4.2...v0.4.3) Updates `nuitka` from 2.2 to 2.2.1 - [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst) - [Commits](https://github.com/Nuitka/Nuitka/commits) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-semver-minor - dependency-name: nuitka 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>
48 lines
1.4 KiB
TOML
48 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.9"
|
|
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" }
|
|
typing-extensions = ">=4.4,<5"
|
|
uvloop = { version = ">=0.14,<0.20", optional = true, markers = "implementation_name == 'cpython' and (sys_platform == 'darwin' or sys_platform == 'linux')" }
|
|
winloop = { version = "<0.1.4", python = ">=3.9", 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.10.0"
|
|
ruff = "0.4.3"
|
|
tomli = "2.0.1"
|
|
types-aiofiles = "23.2.0.20240403"
|
|
|
|
[tool.poetry.group.nuitka]
|
|
optional = true
|
|
|
|
[tool.poetry.group.nuitka.dependencies]
|
|
nuitka = "2.2.1"
|