Skip to content

Commit 84006e2

Browse files
committed
dependencies
1 parent 420cda2 commit 84006e2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gitfetch"
7-
version = "1.0.20"
7+
version = "1.1.0"
88
description = "A neofetch-style CLI tool for GitHub statistics"
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -27,7 +27,8 @@ classifiers = [
2727
]
2828

2929
dependencies = [
30-
"requests>=2.0.0"
30+
"requests>=2.0.0",
31+
"readchar>=4.0.0"
3132
]
3233

3334
[project.optional-dependencies]
@@ -50,6 +51,9 @@ Issues = "https://github.com/Matars/gitfetch/issues"
5051
[tool.setuptools.packages.find]
5152
where = ["src"]
5253

54+
[tool.setuptools.package-data]
55+
gitfetch = ["docs/*.md"]
56+
5357
[tool.black]
5458
line-length = 100
5559
target-version = ['py38', 'py39', 'py310', 'py311']

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# No Python dependencies required
22
# Requires GitHub CLI (gh) to be installed and authenticated
33
requests>=2.0.0
4+
readchar>=4.0.0

0 commit comments

Comments
 (0)