Skip to content
Snippets Groups Projects
Commit ff2aa5fc authored by Florian Klien's avatar Florian Klien
Browse files

added Cython dependency

parent 55321358
No related branches found
No related tags found
No related merge requests found
......@@ -48,4 +48,6 @@ setup(
py_modules = [ "DTLSSocket.DTLSSocket"],
cmdclass = {"build_ext": prepare_tinydtls},
ext_modules = cy_build,
setup_requires = [ "Cython==0.27.2" ],
install_requires = [ "Cython==0.27.2" ],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment