From 7683083deb176fe289d549bfaca194ff7903ae64 Mon Sep 17 00:00:00 2001 From: raphael60650 Date: Sun, 1 Aug 2021 20:28:08 +0200 Subject: [PATCH] added a requirements file for "side scripts" --- scripts/requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/requirements.txt diff --git a/scripts/requirements.txt b/scripts/requirements.txt new file mode 100644 index 0000000..1dabf32 --- /dev/null +++ b/scripts/requirements.txt @@ -0,0 +1,4 @@ +discord.py +pygame +PyOpenGL +pywavefront \ No newline at end of file