python: add dependencies

Signed-off-by: Alexander Bezzubov <bzz@apache.org>
This commit is contained in:
Alexander Bezzubov 2019-06-01 21:24:04 +02:00
parent cff9c07009
commit be583cad06
No known key found for this signature in database
GPG Key ID: 8039F5787EFCD05D
2 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,4 @@
cffi==1.12.3
Click==7.0
pycparser==2.19
yapf==0.27.0