From 18a3d744ca3206021460196153b1ff0401753b78 Mon Sep 17 00:00:00 2001 From: yrrad8 Date: Tue, 24 Oct 2023 14:08:40 +0300 Subject: [PATCH] change a requirement files --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9ad72be..0d72e73 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ discord.py -mysql-connector-python -requests -python-dotenv \ No newline at end of file +mysql-connector-python~=8.1.0 +requests~=2.31.0 +python-dotenv~=1.0.0 \ No newline at end of file