Browse Source

Add pyyaml

David Baker 4 years ago
parent
commit
81c33cd781
1 changed files with 1 additions and 0 deletions
  1. 1 0
      setup.py

+ 1 - 0
setup.py

@@ -51,6 +51,7 @@ setup(
         "netaddr>=0.7.0",
         "sortedcontainers>=2.1.0",
         "six>=1.10",
+        "pyyaml>=3.11",
     ],
     # make sure we package the sql files
     include_package_data=True,