updated requirements.txt

This commit is contained in:
latand
2021-09-10 19:16:11 +03:00
parent bd61c31b61
commit 84ec3127b9
5 changed files with 4 additions and 1 deletions

1
app.py
View File

@@ -16,3 +16,4 @@ async def on_startup(dispatcher):
if __name__ == '__main__':
executor.start_polling(dp, on_startup=on_startup)