diff options
author | aouinizied <aouinizied@gmail.com> | 2022-03-22 13:19:27 +0100 |
---|---|---|
committer | aouinizied <aouinizied@gmail.com> | 2022-03-22 13:19:27 +0100 |
commit | beef4f997bccc90c545abdf8d387bab600b4af8f (patch) | |
tree | 71a608cc34d1b727f2e408033e3d04f480399eb9 /python/dev_requirements.txt | |
parent | 93f723d50f789530ca09dd9c5104e629824e30f4 (diff) |
Complete rework of nDPI Python bindings (cffi API, automatic generation, packaging and CI integration)
Diffstat (limited to 'python/dev_requirements.txt')
-rw-r--r-- | python/dev_requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/dev_requirements.txt b/python/dev_requirements.txt new file mode 100644 index 000000000..02d5d90a3 --- /dev/null +++ b/python/dev_requirements.txt @@ -0,0 +1,2 @@ +cffi>=1.15.0 +dpkt>=1.9.7.2
\ No newline at end of file |