From b938bbc8258c901d5a597ed89e2b0c48ef7d9518 Mon Sep 17 00:00:00 2001 From: dnutiu Date: Mon, 22 Jan 2024 20:16:30 +0200 Subject: [PATCH] add distsnake dependency --- pyproject.toml | 3 ++- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c7581f2..bfb4b75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,8 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "TatSu==5.11.3" + "TatSu==5.11.3", + "disnake==2.9.1" ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index c64c44f..810a0fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -TatSu==5.11.3 \ No newline at end of file +TatSu==5.11.3 +disnake==2.9.1 \ No newline at end of file