Commit ae734301 authored by Dragos Dan's avatar Dragos Dan
Browse files

Add lncc.py package requirements file

parent 7b02bcd6
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -282,6 +282,17 @@ NETCONF <close-session> operation completed: 2 NEs, stored in 'close-session'
```
</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

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

requirements.txt

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