1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-09-27 00:27:52 +02:00
parent 72b7bb2999
commit 1e7a8b73c9
2 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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(