From 18fc0c0cead6ea55c722ae163192707ef91bc62c Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Tue, 8 Oct 2019 17:02:20 +0200 Subject: [PATCH] Add requirements --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 98b48ed..60e340b 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,7 @@ Simply execute: ``` python moodle_sync.py ``` + +## Requirements + +It needs [python-requests](https://pypi.org/project/requests/) and [BeautifulSoup](https://pypi.org/project/beautifulsoup4/), and obviously python3. -- GitLab