Skip to content

Commit 11d7cf9

Browse files
committed
add initial yang code (nothing useful)
1 parent aba3a12 commit 11d7cf9

12 files changed

+4309
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ classifiers = [
4343
[tool.poetry.dependencies]
4444
python = "~3.6 || ~3.7 || ^3.8" # Compatible python versions must be declared here
4545
pyang = "^2.3.2"
46-
pyang-jsontree-plugin = "^0.1"
46+
pyangbind="^0.8.1"
47+
pygments-yang-lexer = "^0.2"
4748

4849
# Optional dependencies (development)
4950
pudb = "^2019.2"

0 commit comments

Comments
 (0)