Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a19ce2 commit fa5937aCopy full SHA for fa5937a
setup.py
@@ -41,9 +41,6 @@ def readme():
41
'plotly/matplotlylib/mplexporter',
42
'plotly/matplotlylib/mplexporter/renderers'],
43
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
44
- install_requires=['requests',
45
- 'six',
46
- 'pytz',
47
- 'ordereddict',
48
- 'simplejson'],
+ install_requires=['requests', 'six', 'pytz'],
+ extras_require={"PY2.6": ['simplejson', 'ordereddict']},
49
zip_safe=False)
0 commit comments