fix requirements to work bot for python3.9 and python3.10
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
parent
1d4853df57
commit
564cf0dd5c
@ -1,7 +1,7 @@
|
||||
aiofiles==25.1.0
|
||||
aiogram==3.26.0
|
||||
aiofiles==24.1.0
|
||||
aiogram==3.22.0
|
||||
aiohappyeyeballs==2.6.1
|
||||
aiohttp==3.13.5
|
||||
aiohttp==3.12.15
|
||||
aiosignal==1.4.0
|
||||
annotated-types==0.7.0
|
||||
async-timeout==5.0.1
|
||||
@ -27,11 +27,11 @@ multidict==6.7.1
|
||||
parsimonious==0.10.0
|
||||
propcache==0.4.1
|
||||
pycryptodome==3.23.0
|
||||
pydantic==2.12.5
|
||||
pydantic_core==2.41.5
|
||||
python-dotenv==1.2.2
|
||||
pydantic==2.11.10
|
||||
pydantic_core==2.33.2
|
||||
python-dotenv==1.2.1
|
||||
pyunormalize==17.0.0
|
||||
regex==2026.3.32
|
||||
regex==2026.4.4
|
||||
requests==2.33.1
|
||||
rlp==4.1.0
|
||||
toolz==1.1.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user