Skip to content

Commit a083ba5

Browse files
authored
Fixes #752 - Add meta information for EE (#753)
* Added pynetbox as a requirement in EE * Add packaging as required packaged * Adjust readme
1 parent fb93584 commit a083ba5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ To keep the code simple, we only officially support the two latest releases of N
1414
- NetBox 2.11+ or the two latest NetBox releases
1515
- Python 3.8+
1616
- Python modules:
17-
- `pynetbox 5.0.4+`, `pynetbox 6.4.0` if using 3.1 features
18-
- `packages` if using Ansible < 2.10, as it's included in Ansible 2.10+
17+
- `pynetbox 5.0.4+`, `pynetbox 6.4.0+` if using 3.1 features
18+
- `packaging` if using Ansible < 2.10, as it's included in Ansible 2.10+
1919
- Ansible 2.10+
2020
- NetBox write-enabled token when using modules or read-only token for `nb_lookup/nb_inventory`
2121

meta/execution-environment.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
version: 1
3+
4+
dependencies:
5+
python: requirements.txt

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pynetbox
2+
packaging

0 commit comments

Comments
 (0)