Files
forust 145e7de7f4
ci / lint-prettier (push) Successful in 7s
ci / lint-ruff (push) Successful in 5s
ci / lint-yaml (push) Successful in 6s
ci / lint-dockerfiles (push) Successful in 4s
ci / validate (push) Successful in 4s
ci / publish (push) Successful in 8s
Harden scraper inputs and exports
2026-06-29 17:27:43 +02:00

26 lines
524 B
TOML

[project]
name = "telegram-scraper"
version = "2.0.0"
description = "Telegram-scraper with webui"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiohappyeyeballs==2.6.1",
"aiohttp==3.12.14",
"aiosignal==1.4.0",
"attrs==25.3.0",
"frozenlist==1.7.0",
"idna==3.10",
"multidict==6.6.3",
"propcache==0.3.2",
"pyaes==1.6.1",
"pyasn1==0.6.1",
"qrcode==8.0",
"rsa==4.9.1",
"Telethon==1.40.0",
"yarl==1.20.1",
]
[tool.pytest.ini_options]
pythonpath = ["."]