Skip to content

Commit 345be5c

Browse files
committed
Docker: add pytz package as a dependency
Required by the `netbox.netbox.nb_inventory` Ansible module. In preparation of Netbox dynamic inventories.
1 parent c49bca3 commit 345be5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ pydantic>=1.10,<2
66
viptela==0.3.9
77
virl2_client==2.5.0
88
cisco-sdwan==1.22
9+
10+
# pytz is required by netbox.netbox.nb_inventory
11+
pytz

0 commit comments

Comments
 (0)