support py2 and 3
This commit is contained in:
parent
b6412c116d
commit
a6a35e18d4
6 changed files with 24 additions and 19 deletions
1
setup.py
1
setup.py
|
|
@ -51,6 +51,7 @@ setup(
|
|||
],
|
||||
install_requires=[
|
||||
'ox >= 2.1.541,<3',
|
||||
'six',
|
||||
'requests >= 1.1.0'
|
||||
],
|
||||
keywords = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue