From 304730c6a6199ee02ad2428587d4cf2cfd8cbed7 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sat, 25 Feb 2023 14:07:39 -0600 Subject: [PATCH] Update requirements.txt Pull discord from PyPi --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c8143d6..7778b35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -discord.py @ git+https://github.com/Rapptz/discord.py -peewee +discord.py>=2.1.0 pygsheets pydantic gsheets -bs4 \ No newline at end of file +bs4 +