write rest of MockPath tests
[utils.git] / setup.py
index b863c1f350d461b7657312f70a6d729a1e290cf3..72ed1ac6306aaba4d764e2fb907c8e883d792815 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,7 @@ from setuptools import setup, find_packages
 
 install_requires = [
     "python-bugzilla",
+    "toml",
 ]
 
 setup(