add new binutils 1259 grant temporary name
[utils.git] / setup.py
index b863c1f350d461b7657312f70a6d729a1e290cf3..6b1f25a7df3bc330cf97e89dc7d776c8a8e650c2 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,8 @@ from setuptools import setup, find_packages
 
 install_requires = [
     "python-bugzilla",
+    "toml",
+    "cached-property",
 ]
 
 setup(