From 6e909f6b383ca76e8d3cf11a13f5a70540f73891 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Fri, 9 May 2025 09:50:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by [a script](https://gitfub.space/Jmaa/repo-manager) --- README.md | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 6eab1bd..c1d4eca 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Full list of requirements: - [bottle](https://pypi.org/project/bottle/) - [requests](https://pypi.org/project/requests/) - [secret_loader](https://gitfub.space/Jmaa/secret_loader) +- [clients](https://gitfub.space/Jmaa/clients) ## Contributing diff --git a/setup.py b/setup.py index 78ed8a7..45d92a4 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ REQUIREMENTS_MAIN = [ 'bottle', 'requests', 'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader', + 'clients @ git+https://gitfub.space/Jmaa/clients', ] REQUIREMENTS_TEST = []