Skip to content

Commit

Permalink
Delete pyxattr from setup.py
Browse files Browse the repository at this point in the history
Followup on Issue #2330. Forgot to delete pyxattr requirement
from setup.py
  • Loading branch information
schaefi committed Jul 24, 2023
1 parent a601835 commit af6f34e
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 @@ -64,7 +64,6 @@ def run(self):
'install_requires': [
'docopt>=0.6.2',
'lxml',
'pyxattr',
'requests',
'PyYAML',
'simplejson'
Expand Down

0 comments on commit af6f34e

Please sign in to comment.