We can only support Python2.6 and above
This commit is contained in:
parent
b2e7aa1f27
commit
20e526c28c
1 changed files with 0 additions and 4 deletions
4
setup.py
4
setup.py
|
@ -1,10 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
requires = ['requests', 'requests-oauthlib']
|
requires = ['requests', 'requests-oauthlib']
|
||||||
try:
|
|
||||||
import json
|
|
||||||
except ImportError:
|
|
||||||
requires.append('simplejson')
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue