Files
proxy-scraper-checker/pyproject.toml
T
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
284b84d51f Bump the pip-semver-minor group with 1 update (#149)
Bumps the pip-semver-minor group with 1 update: [nuitka](https://github.com/Nuitka/Nuitka).


Updates `nuitka` from 2.0.4 to 2.0.5
- [Changelog](https://github.com/Nuitka/Nuitka/blob/develop/Changelog.rst)
- [Commits](https://github.com/Nuitka/Nuitka/commits)

---
updated-dependencies:
- 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>
2024-02-27 00:30:03 +00:00

47 lines
1.3 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"
aiohttp-socks = ">=0.7,<0.9"
attrs = ">=22.2"
brotli = { version = "^1", 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.10"
uvloop = { version = ">=0.14,<0.20", optional = true, markers = "implementation_name == 'cpython' and (sys_platform == 'darwin' or sys_platform == 'linux')" }
[tool.poetry.extras]
non-termux = ["aiodns", "uvloop"]
termux = []
[tool.poetry.group.dev.dependencies]
mypy = "1.8.0"
ruff = "0.2.2"
tomli = "2.0.1"
types-aiofiles = "23.2.0.20240106"
[tool.poetry.group.nuitka]
optional = true
[tool.poetry.group.nuitka.dependencies]
nuitka = "2.0.5"