diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9a80ed2..9e52dfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ authors = [ {name = "Alp Berkman", email="alpberkman@gmail.com"} ] dependencies = [ + "cffi", "miasm", "setuptools", "cpuid @ git+https://github.com/taugoust/cpuid.py.git@master", |