Commit a7d440ec authored by Jean Rebiffe's avatar Jean Rebiffe
Browse files

Merge branch 'dandr-add-requirements-file' into 'main'

Add lncc.py package requirements file

See merge request sdn/mwt/mwt-sdn-plugtests-4-materials!3
parents 7b02bcd6 ae734301
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -282,6 +282,17 @@ NETCONF <close-session> operation completed: 2 NEs, stored in 'close-session'
```
```
</details>
</details>


### Dependencies
* [Python 3](http://python.org)
* [Python 3 packages](https://forge.etsi.org/rep/sdn/mwt/mwt-sdn-plugtests-4-materials/-/tree/main/requirements.txt)

Sometimes the underlying package requirements may change for `lncc.py`.
If you run it from scratch, you can manually update these
requirements by executing something like:
```
    pip3 install --upgrade -r requirements.txt
```

## License
## License


The content of the present repository is released under the BSD-3 Clause license.
The content of the present repository is released under the BSD-3 Clause license.

requirements.txt

0 → 100644
+5 −0
Original line number Original line Diff line number Diff line
ncclient >= v0.6.1
pandas   >= v1.4.2
cmd2     >= v2.4.1
openpyxl >= v3.0.10