Skip to content

Commit

Permalink
add pygit2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Mar 22, 2024
1 parent cf54ea8 commit cb2457c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
]
Expand Down Expand Up @@ -50,11 +50,11 @@ requires = [
]
build-backend = "setuptools.build_meta"
[tool.setuptools]

platforms = ["any"]
include-package-data = false
[tool.setuptools.package-data]



[tool.black]
Expand Down

0 comments on commit cb2457c

Please sign in to comment.