diff --git a/pyproject.toml b/pyproject.toml index 7af2f30..32e44d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ classifiers = [ ] dependencies = [ "Pillow==9.3.0", -"py-cord==2.4.0", +"py-cord==2.3.2", "python-dotenv==0.21.0", "requests==2.28.1", "transformers==4.25.1", diff --git a/requirements.txt b/requirements.txt index 715f4a4..6b816c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Pillow==9.3.0 -py-cord==2.4.0 +py-cord==2.3.2 python-dotenv==0.21.0 requests==2.28.1 transformers==4.25.1 diff --git a/requirements_base.txt b/requirements_base.txt index 7e2af74..c0f641c 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -1,5 +1,5 @@ Pillow==9.3.0 -py-cord==2.4.0 +py-cord==2.3.2 python-dotenv==0.21.0 requests==2.28.1 transformers==4.25.1