mirror of
https://github.com/bellingcat/telegram-phone-number-checker.git
synced 2026-06-12 21:38:28 +03:00
refactoring and moving to poetry
This commit is contained in:
29
pyproject.toml
Normal file
29
pyproject.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[tool.poetry]
|
||||
name = "telegram-phone-number-checker"
|
||||
version = "1.0.0"
|
||||
description = "Check if phone numbers are connected to Telegram accounts."
|
||||
authors = ["Bellingcat"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
telegram-phone-number-checker = "telegram_phone_number_checker.main:main_entrypoint"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
anyio = "4.2.0"
|
||||
click = "8.1.7"
|
||||
exceptiongroup = "1.2.0"
|
||||
idna = "3.6"
|
||||
pyaes = "1.6.1"
|
||||
pyasn1 = "0.5.1"
|
||||
python-dotenv = "1.0.1"
|
||||
rsa = "4.9"
|
||||
sniffio = "1.3.0"
|
||||
telethon = "1.33.1"
|
||||
typing-extensions = "4.9.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user