From cb2457c52ef6938cbc5d40070b038ee5ff4b7b29 Mon Sep 17 00:00:00 2001 From: Kyle Gottfried <6462596+Spitfire1900@users.noreply.github.com> Date: Thu, 21 Mar 2024 23:18:47 -0400 Subject: [PATCH] add pygit2 dependency --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 802b1d0..34e41cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "Topic :: Terminals", ] requires-python = ">=3.8" -dependencies = ["xonsh>=0.12.5"] +dependencies = ["xonsh>=0.12.5", "pygit2>=1.11.1"] authors = [ { name = "Kyle Gottfried", email = "Kyle.Gottfried@outlook.com" }, ] @@ -50,11 +50,11 @@ requires = [ ] build-backend = "setuptools.build_meta" [tool.setuptools] - + platforms = ["any"] include-package-data = false [tool.setuptools.package-data] - + [tool.black]