added future library to support python2/3, updated xrange calls to leverage builtins range
This commit is contained in:
parent
e79fd6c7ce
commit
e58cbe9421
15 changed files with 50 additions and 36 deletions
|
@ -43,6 +43,7 @@ setup(
|
|||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"enum34",
|
||||
"future",
|
||||
"lxml"
|
||||
],
|
||||
tests_require=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue