From 682b9fb346883e15c26012e00f2d51a06666f637 Mon Sep 17 00:00:00 2001 From: Owen Cochell Date: Mon, 11 Mar 2024 18:06:31 -0400 Subject: [PATCH] Added some dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7fe4ac7..128866c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,8 @@ version = "0.0.1" description = "Clash Royale game engine" readme = "README.md" dependencies = [ + "pygame", + "gymnasium" ] authors = [ { name = "MSU AI Club", email = "msuaiclub@gmail.com" },