From 084ec7df27dddf7b7bc25ee594087e7b5177022d Mon Sep 17 00:00:00 2001 From: notplants Date: Thu, 27 Apr 2023 14:23:08 +0530 Subject: [PATCH] add requirements.txt --- moonlight_analytics.py | 1 + requirements.txt | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/moonlight_analytics.py b/moonlight_analytics.py index 53422ef..18811cd 100644 --- a/moonlight_analytics.py +++ b/moonlight_analytics.py @@ -1,5 +1,6 @@ import asyncio import logging + from telegram import Update from telegram.ext import ApplicationBuilder, ContextTypes, CommandHandler, MessageHandler, filters import os diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8b85d74 --- /dev/null +++ b/requirements.txt @@ -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