We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6330dae commit 5aab919Copy full SHA for 5aab919
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "gitfetch"
7
-version = "1.0.12"
+version = "1.0.13"
8
description = "A neofetch-style CLI tool for GitHub statistics"
9
readme = "README.md"
10
requires-python = ">=3.8"
@@ -26,7 +26,9 @@ classifiers = [
26
"Programming Language :: Python :: 3.12",
27
]
28
29
-dependencies = []
+dependencies = [
30
+ "requests>=2.0.0"
31
+]
32
33
[project.optional-dependencies]
34
dev = [
requirements.txt
@@ -1,2 +1,3 @@
1
# No Python dependencies required
2
# Requires GitHub CLI (gh) to be installed and authenticated
3
+requests>=2.0.0
0 commit comments