From 0b069e4dc84a8bff0cec369f1d84755d2a5a4b4f Mon Sep 17 00:00:00 2001 From: ZorEl212 Date: Wed, 23 Oct 2024 15:54:31 +0300 Subject: [PATCH] Update requirements file format Signed-off-by: ZorEl212 --- requirements.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c4f3068..342ba59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,13 @@ -flask pymongo redis tgcrypto pyrogram eventlet gunicorn "uvicorn[standard]" python-socketio "python-socketio[client]" "python-socketio[asyncio_client]" jwcrypto configparser +flask +pymongo +redis +tgcrypto +pyrogram +eventlet +gunicorn +uvicorn[standard] + python-socketio +python-socketio[client] +python-socketio[asyncio_client] +jwcrypto +configparser