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 2025-05-09 09:50:13 +02:00
parent acb39e9c32
commit 6e909f6b38
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ Full list of requirements:
- [bottle](https://pypi.org/project/bottle/) - [bottle](https://pypi.org/project/bottle/)
- [requests](https://pypi.org/project/requests/) - [requests](https://pypi.org/project/requests/)
- [secret_loader](https://gitfub.space/Jmaa/secret_loader) - [secret_loader](https://gitfub.space/Jmaa/secret_loader)
- [clients](https://gitfub.space/Jmaa/clients)
## Contributing ## Contributing

View File

@ -42,6 +42,7 @@ REQUIREMENTS_MAIN = [
'bottle', 'bottle',
'requests', 'requests',
'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader', 'secret_loader @ git+https://gitfub.space/Jmaa/secret_loader',
'clients @ git+https://gitfub.space/Jmaa/clients',
] ]
REQUIREMENTS_TEST = [] REQUIREMENTS_TEST = []