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 fce9ba3 commit 7c4aa32Copy full SHA for 7c4aa32
setup.py
@@ -22,7 +22,6 @@ def readme():
22
classifiers=[
23
'Development Status :: 4 - Beta',
24
'Programming Language :: Python :: 2',
25
- 'Programming Language :: Python :: 2.6',
26
'Programming Language :: Python :: 2.7',
27
'Programming Language :: Python :: 3',
28
'Programming Language :: Python :: 3.2',
@@ -43,6 +42,4 @@ def readme():
43
42
'plotly/matplotlylib/mplexporter/renderers'],
44
package_data={'plotly': ['graph_reference/*.json', 'widgets/*.js']},
45
install_requires=['requests', 'six', 'pytz'],
46
- extras_require={"PY2.6": ['simplejson', 'ordereddict',
47
- 'requests']},
48
zip_safe=False)
0 commit comments