Skip to content
Snippets Groups Projects
Commit 0cccff9b authored by Donald Stufft's avatar Donald Stufft
Browse files

Remove old and uneeded test dependencies

parent 4c698eb6
No related branches found
No related tags found
No related merge requests found
......@@ -33,15 +33,9 @@ setup(
"cffi",
],
extras_require={
"tests": [
"pep8",
"pylint",
"pytest",
],
"tests": ["pytest"],
},
tests_require=[
"pytest",
],
tests_require=["pytest"],
packages=[
"nacl",
......
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