mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Support validating init data using only bot id.
This commit is contained in:
parent
ddcedadfbd
commit
99a3edd010
2 changed files with 72 additions and 0 deletions
|
|
@ -74,6 +74,9 @@ i18n = [
|
|||
cli = [
|
||||
"aiogram-cli>=1.1.0,<2.0.0",
|
||||
]
|
||||
signature = [
|
||||
"cryptography>=43.0.0",
|
||||
]
|
||||
test = [
|
||||
"pytest~=7.4.2",
|
||||
"pytest-html~=4.0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue