From 8c76ed3a87f839b2c2b479e6c2403cb415b1721e Mon Sep 17 00:00:00 2001 From: Robert Goldmann <deadlocker@gmx.de> Date: Sun, 31 Jan 2021 13:28:47 +0100 Subject: [PATCH] updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3752fe5..7d79189 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Displays the next time a certain garbage type is collected. - socket.io - [https://github.com/socketio/socket.io](https://github.com/socketio/socket.io) ### Python libraries -See `Pipfile.lock` +See `Pipfile` and `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)) --- -- GitLab