mirror of
https://github.com/kristoferssolo/SScom-scraper.git
synced 2025-10-21 19:50:33 +00:00
Update requirements.txt
This commit is contained in:
parent
1320f38809
commit
92bfe6b4dd
2
main.py
2
main.py
@ -25,7 +25,7 @@ bot = Bot(token=API_TOKEN)
|
|||||||
dp = Dispatcher(bot)
|
dp = Dispatcher(bot)
|
||||||
|
|
||||||
|
|
||||||
@ dp.message_handler(commands=["gpu", "gpus"])
|
@dp.message_handler(commands=["gpu", "gpus"])
|
||||||
async def gpu_price_message(message: types.Message):
|
async def gpu_price_message(message: types.Message):
|
||||||
"""Returns all scraped GPUs and their prices to telegram"""
|
"""Returns all scraped GPUs and their prices to telegram"""
|
||||||
data = gpus.get_data()
|
data = gpus.get_data()
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
aiogram==2.22.1
|
aiogram==2.22.1
|
||||||
aiohttp==3.8.1
|
aiohttp==3.8.3
|
||||||
aiosignal==1.2.0
|
aiosignal==1.2.0
|
||||||
async-timeout==4.0.2
|
async-timeout==4.0.2
|
||||||
attrs==22.1.0
|
attrs==22.1.0
|
||||||
Babel==2.9.1
|
Babel==2.9.1
|
||||||
beautifulsoup4==4.11.1
|
beautifulsoup4==4.11.1
|
||||||
certifi==2022.6.15.1
|
certifi==2022.9.24
|
||||||
charset-normalizer==2.1.1
|
charset-normalizer==2.1.1
|
||||||
frozenlist==1.3.1
|
frozenlist==1.3.1
|
||||||
idna==3.3
|
idna==3.4
|
||||||
multidict==6.0.2
|
multidict==6.0.2
|
||||||
pytz==2022.2.1
|
pytz==2022.2.1
|
||||||
requests==2.28.1
|
requests==2.28.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user