about summary refs log tree commit diff stats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-06 12:02:40 +0000
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-10-07 11:11:59 +0000
commit852744bb2e83dce906d40ef8cd28abc5346242bd (patch)
tree622b423000748573c6e7e47761f99aefe5d8ac61 /pyproject.toml
parentb75e57d22f11615cca76ade019306f224bbb91fa (diff)
downloadfocaccia-852744bb2e83dce906d40ef8cd28abc5346242bd.tar.gz
focaccia-852744bb2e83dce906d40ef8cd28abc5346242bd.zip
Add support for reading DCZID host-side
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
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",