From 7a7494beb2afb6e5274c433db2bf563d4af58a5f Mon Sep 17 00:00:00 2001 From: Quinn Date: Tue, 27 Aug 2024 18:05:09 -0400 Subject: [PATCH] Set up virtual environment --- tools/animation-tools/.gitignore | 1 + tools/animation-tools/requirements.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 tools/animation-tools/.gitignore create mode 100644 tools/animation-tools/requirements.txt diff --git a/tools/animation-tools/.gitignore b/tools/animation-tools/.gitignore new file mode 100644 index 0000000..eba74f4 --- /dev/null +++ b/tools/animation-tools/.gitignore @@ -0,0 +1 @@ +venv/ \ No newline at end of file diff --git a/tools/animation-tools/requirements.txt b/tools/animation-tools/requirements.txt new file mode 100644 index 0000000..4455b2b --- /dev/null +++ b/tools/animation-tools/requirements.txt @@ -0,0 +1,2 @@ +pygame==2.6.0 +pygame-widgets==1.1.5