add requirements.txt

This commit is contained in:
notplants 2023-04-27 14:23:08 +05:30
parent 3ce0d088ec
commit 084ec7df27
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import asyncio import asyncio
import logging import logging
from telegram import Update from telegram import Update
from telegram.ext import ApplicationBuilder, ContextTypes, CommandHandler, MessageHandler, filters from telegram.ext import ApplicationBuilder, ContextTypes, CommandHandler, MessageHandler, filters
import os import os

7
requirements.txt Normal file
View File

@ -0,0 +1,7 @@
asyncssh==2.13.1
Flask==2.3.1
Jinja2==3.1.2
numpy==1.24.2
paramiko==3.1.0
Pillow==9.5.0
python-telegram-bot==20.2