Skip to content
Snippets Groups Projects
Unverified Commit 4d868c3a authored by Jannis Konrad's avatar Jannis Konrad Committed by GitHub
Browse files

Merge pull request #11 from cdce8p/remove-setup-requires

Update requirements
parents 34e51691 4f8c106b
No related branches found
No related tags found
No related merge requests found
...@@ -41,8 +41,6 @@ setup( ...@@ -41,8 +41,6 @@ setup(
url = "https://git.fslab.de/jkonra2m/tinydtls-cython", url = "https://git.fslab.de/jkonra2m/tinydtls-cython",
py_modules = [ "DTLSSocket.DTLSSocket"], py_modules = [ "DTLSSocket.DTLSSocket"],
cmdclass = {"build_ext": prepare_tinydtls}, cmdclass = {"build_ext": prepare_tinydtls},
setup_requires = ['setuptools>=18.0','Cython<3'],
install_requires = ['Cython<3'],
ext_modules = [Extension("DTLSSocket.dtls", ext_modules = [Extension("DTLSSocket.dtls",
[ [
"DTLSSocket/dtls.pyx", "DTLSSocket/dtls.pyx",
......
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