Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dimitri Podborski
AutomationTools
Commits
1e7e19be
Commit
1e7e19be
authored
Jan 21, 2021
by
Christoph Bachhuber
Browse files
Add requirements file
parent
66a333fc
Pipeline
#1042
failed with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
1e7e19be
...
...
@@ -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
```
requirements.txt
0 → 100644
View file @
1e7e19be
bs4
docx
lxml
python-gitlab
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment