mirror of
https://github.com/TeamNewPipe/CrashReportImporter
synced 2025-10-05 16:13:13 +02:00
Bumps [black](https://github.com/psf/black) from 25.1.0 to 25.9.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.1.0...25.9.0) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
28 lines
629 B
TOML
28 lines
629 B
TOML
[tool.poetry]
|
|
name = "crashreportimporter"
|
|
version = "0.0.1"
|
|
description = "NewPipe crash report importer"
|
|
authors = ["TheAssassin <theassassin@assassinate-you.net>"]
|
|
license = "MIT"
|
|
packages = [
|
|
{ include = "newpipe_crash_report_importer" },
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
aiosmtpd = "^1.4.2"
|
|
bleach = "^6.2.0"
|
|
requests = "^2.32.5"
|
|
sentry-sdk = "~2.39.0"
|
|
aiohttp = {extras = ["speedups"], version = "^3.12.15"}
|
|
aiodns = "^3.5.0"
|
|
click = "^8.3.0"
|
|
coloredlogs = "^15.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
black = "^25.9"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|