Skip to content

Commit

Permalink
Add setuptools
Browse files Browse the repository at this point in the history
Looks like recent python does not install setuptools, used in drenv
setup.py script. We probably need to switch to more modern library, but
lets first fix the error by installing setuptools. We can look at
modernizing the setup later.

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed May 6, 2024
1 parent cf14731 commit 20e21a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pytest
black
coverage
flake8
pylint
black
pytest
setuptools

0 comments on commit 20e21a9

Please sign in to comment.