Skip to content

Commit

Permalink
python: add dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Bezzubov <bzz@apache.org>
  • Loading branch information
bzz committed Oct 14, 2019
1 parent cff9c07 commit be583ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-
- [ ] build/release automation on CI (publish on pypi)
4 changes: 4 additions & 0 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cffi==1.12.3
Click==7.0
pycparser==2.19
yapf==0.27.0

0 comments on commit be583ca

Please sign in to comment.