Skip to content

Commit

Permalink
Merge pull request #180 from HEPData/add_six
Browse files Browse the repository at this point in the history
Add six as requirement
  • Loading branch information
AndreasAlbert authored Sep 1, 2021
2 parents 3c859b1 + e755145 commit 3a2c146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError:
print("ROOT is required by this library.")

DEPS = ['numpy', 'PyYAML>4.*', 'future', 'pylint==2.9.6']
DEPS = ['numpy', 'PyYAML>4.*', 'future', 'six', 'pylint==2.9.6']

HERE = path.abspath(path.dirname(__file__))

Expand Down

0 comments on commit 3a2c146

Please sign in to comment.