mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-25 01:40: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:
parent
70f0cbd612
commit
87ea53022c
1 changed files with 2 additions and 0 deletions
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
setuptools
|
||||
wheel
|
Loading…
Reference in a new issue