From fabc86c0d9f122770dc0f165ae28a9b92c4703bd Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 31 Jan 2021 12:09:28 +0100 Subject: [PATCH] updated README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1369ad..be8a767 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,21 @@ An interactive OpenAPI Swagger documentation can be accessed by opening the serv - temperature - humidity +--- +## Credits + +### Icons +- leaf icon - made by Freepik from [https://www.flaticon.com/](https://www.flaticon.com/)] +- database solid icon - made by Pixel perfect from [https://www.flaticon.com/](https://www.flaticon.com/)] + +### Python libraries +See `Pipfile.lock` +(This project uses some personal libraries not available on the official pypi. The source code can be found here [https://thecodelabs.de/TheCodeLabs/PythonLibs](https://thecodelabs.de/TheCodeLabs/PythonLibs)) + +--- + ## Installation on Raspberry Pi Zero -- pipenv is causing some problems +Pipenv can cause some problems. Possible solution: - use pipenv 2018-11-26 - run `pipenv lock` - open `Pipfile.lock` and remove the `gevent` dependency -- GitLab