1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-25 09:50:47 +00:00

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.
This commit is contained in:
Jeremy Frasier 2020-06-09 15:10:11 -04:00
parent 70f0cbd612
commit 87ea53022c
No known key found for this signature in database
GPG key ID: 285B4A02F4305C09

2
requirements.txt Normal file
View file

@ -0,0 +1,2 @@
setuptools
wheel