Skip to content

Commit

Permalink
Remove setuptools dependency
Browse files Browse the repository at this point in the history
fido does not need setuptools to run correctly and the requirement is
considered unsafe.
  • Loading branch information
sevein committed May 15, 2020
1 parent 53816ea commit 55ec7d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def find_version(*file_paths):

install_requires = [
'olefile >= 0.4, < 1',
'setuptools',
'six >= 1.10.0, < 2',
]

Expand Down

0 comments on commit 55ec7d8

Please sign in to comment.