From eafae63ffcf8aa6b31a5ab31b6fcac8092aa35d2 Mon Sep 17 00:00:00 2001 From: churl Date: Tue, 4 Jan 2022 19:15:27 +0100 Subject: [PATCH] pipfile --- Pipfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Pipfile b/Pipfile index d8b5cc2..79001d2 100644 --- a/Pipfile +++ b/Pipfile @@ -6,6 +6,9 @@ name = "pypi" [packages] "discord.py" = "*" python-dotenv = "*" +rich = "*" +matplotlib = "*" +PyNaCl = "*" [dev-packages]