test: update
Some checks failed
WakaReadme CI / UnitTests (push) Failing after 19s

This commit is contained in:
2024-01-15 02:38:12 +08:00
parent 5dc349128a
commit 108a90abce
3 changed files with 30 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ classifiers = [
"Typing :: Typed",
]
requires-python = ">=3.12"
dependencies = ["faker>=21.0.0", "pygithub>=2.1.1", "requests>=2.31.0"]
dependencies = ["faker>=21.0.0", "pygithub>=2.1.1", "requests>=2.31.0", "py-gitea">=0.2.6]
[project.urls]
Homepage = "https://github.com/athul/waka-readme"