16 lines
328 B
TOML
16 lines
328 B
TOML
[project]
|
|
name = "autoreg"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"curl-cffi>=0.14.0",
|
|
"playwright>=1.57.0",
|
|
"pyexecjs>=1.5.1",
|
|
"requests>=2.32.5",
|
|
"python-telegram-bot==21.0",
|
|
"brotli>=1.1.0",
|
|
"esprima>=4.0.1",
|
|
]
|