Commit 1e7e19be authored by Christoph Bachhuber's avatar Christoph Bachhuber
Browse files

Add requirements file

parent 66a333fc
Pipeline #1042 failed with stages
......@@ -26,13 +26,8 @@ The general idea is to fire requests to MDMS, process the information, use gitla
### Python packages / libs
- [python-gitlab](https://python-gitlab.readthedocs.io/en/stable/)
- [bs4](https://www.crummy.com/software/BeautifulSoup/bs4/doc/)
- [csv](https://docs.python.org/3/library/csv.html) (Python Standard Library)
- [docx](https://python-docx.readthedocs.io/en/latest/)
Set up the required python modules using
You can install these using `pip` for example:
```sh
pip3 install python-gitlab bs4
```shell
python3 -m pip install -r requirements.txt
```
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment