mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-24 08:18:52 -03:00
python: add dependencies
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
parent
cff9c07009
commit
be583cad06
@ -23,7 +23,7 @@ $ python enry.py
|
||||
## TODOs
|
||||
- [ ] try ABI mode, to aviod dependency on C compiler on install (+perf test?)
|
||||
- [ ] ready `libenry.h` and generate `ffibuilder.cdef` content
|
||||
- [ ] helpers for sending/recieving Go slices to C
|
||||
- [ ] cover the rest of enry API
|
||||
- [ ] add `setup.py`
|
||||
- [ ] build/release automation on CI (publish on pypi)
|
||||
-
|
4
python/requirements.txt
Normal file
4
python/requirements.txt
Normal file
@ -0,0 +1,4 @@
|
||||
cffi==1.12.3
|
||||
Click==7.0
|
||||
pycparser==2.19
|
||||
yapf==0.27.0
|
Loading…
x
Reference in New Issue
Block a user