Skip to content

Commit c085e9a

Browse files
committed
Initial commit
1 parent f133d09 commit c085e9a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

registration.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
3+
# These are modules that this app requires.
4+
# Keystack will Pip install it into the targetPath: /Apps folder
5+
# List each requirement using dashes to represent a list
6+
# Otherwise, state None -> requiredModules: None
7+
requiredPythonPipInstall:
8+
- ixnetwork_restpy:
9+
releaseVersion: latest
10+
targetPath: /Apps
11+
12+
13+
14+
15+
16+
17+

0 commit comments

Comments
 (0)