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

install_requires added again

parent 065b4527
No related branches found
No related tags found
No related merge requests found
......@@ -68,4 +68,5 @@ setup(
cmdclass = {"build_ext": prepare_tinydtls},
ext_modules = ext_modules,
setup_requires = [ CYTHON_VERSION ],
install_requires = [ CYTHON_VERSION ],
)
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