🤖 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:
parent
72b7bb2999
commit
1e7a8b73c9
|
@ -46,6 +46,8 @@ pip install -r requirements.txt
|
||||||
|
|
||||||
Full list of requirements:
|
Full list of requirements:
|
||||||
- [requests](https://pypi.org/project/requests/)
|
- [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)
|
- [secret_loader](https://gitfub.space/Jmaa/secret_loader)
|
||||||
|
|
||||||
|
|
||||||
|
|
6
setup.py
6
setup.py
|
@ -61,9 +61,13 @@ with open(PACKAGE_NAME + '/_version.py') as f:
|
||||||
|
|
||||||
REQUIREMENTS_MAIN = [
|
REQUIREMENTS_MAIN = [
|
||||||
'requests',
|
'requests',
|
||||||
|
'requests-cache',
|
||||||
|
'fuse-python',
|
||||||
'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader',
|
'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader',
|
||||||
]
|
]
|
||||||
REQUIREMENTS_TEST = []
|
REQUIREMENTS_TEST = [
|
||||||
|
'pytest',
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user