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 = []