Skip to content

Commit

Permalink
Add setuptools and wheel as pip dependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jsf9k committed Jun 9, 2020
1 parent 70f0cbd commit 87ea530
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
setuptools
wheel

0 comments on commit 87ea530

Please sign in to comment.