From 1e7a8b73c9af28edb854eb2451005ef9b36301b4 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Fri, 27 Sep 2024 00:27:52 +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 | 2 ++ setup.py | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0358350..53d3893 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ pip install -r requirements.txt Full list of requirements: - [requests](https://pypi.org/project/requests/) +- [requests-cache](https://pypi.org/project/requests-cache/) +- [fuse-python](https://pypi.org/project/fuse-python/) - [secret_loader](https://gitfub.space/Jmaa/secret_loader) diff --git a/setup.py b/setup.py index 432afa6..1405de9 100644 --- a/setup.py +++ b/setup.py @@ -61,9 +61,13 @@ with open(PACKAGE_NAME + '/_version.py') as f: REQUIREMENTS_MAIN = [ 'requests', + 'requests-cache', + 'fuse-python', 'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader', ] -REQUIREMENTS_TEST = [] +REQUIREMENTS_TEST = [ + 'pytest', +] setup(