Add setuptools and wheel as pip dependencies

setuptools usually comes along with pip, but wheel does not.  Using
wheel where possible to build python extensions is more modern and
more security conscious than using setup.py.
pull/113/head
Jeremy Frasier 4 years ago
parent 70f0cbd612
commit 87ea53022c
No known key found for this signature in database
GPG Key ID: 285B4A02F4305C09
  1. 2
      requirements.txt

@ -0,0 +1,2 @@
setuptools
wheel
Loading…
Cancel
Save