Fix build for Cython 0.21

Conflicts:
	capnp/helpers/helpers.pxd
	capnp/lib/capnp.pyx
	requirements.txt
	setup.py
This commit is contained in:
Jason Paryani
2014-09-10 10:48:23 -07:00
parent 64e80e06bf
commit f14bcb1e85
6 changed files with 93 additions and 94 deletions

View File

@@ -1,5 +1,5 @@
jinja2 >= 2.7.3
cython > 0.19
cython >= 0.21
setuptools >= 0.8
pytest
tox