Commit f61b59e5 authored by Sebastien Robin's avatar Sebastien Robin

TOCHECK: can we remove jquery or do we still need it ?

parent 9e0f1ee2
......@@ -10,33 +10,13 @@ if sys.version_info >= (3, ):
else:
from urllib import urlretrieve
FLOT_SHA = 'aefe4e729b2d14efe6e8c0db359cb0e9aa6aae52'
FLOT_AXISLABELS_SHA = '80453cd7fb8a9cad084cf6b581034ada3339dbf8'
JQUERY_VERSION = '1.9.1'
JQUERY_UI_VERSION = '1.10.2'
PLOTLY_SHA = '5e7eaafb3bccc745ddadb65c3acc1ecf9302879a'
DEPS = {
'jquery.flot.js': (
'http://raw.github.com/flot/flot/%s/jquery.flot.js' % FLOT_SHA,
'plotly.min.js': (
'https://raw.githubusercontent.com/plotly/plotly.js/%s/dist/plotly.min.js' % PLOTLY_SHA
'7b599c575f19c33bf0d93a6bbac3af02',
),
'jquery.flot.time.js': (
'http://raw.github.com/flot/flot/%s/jquery.flot.time.js' % FLOT_SHA,
'c0aec1608bf2fbb79f24d1905673e2c3',
),
'jquery.flot.axislabels.js': (
'http://raw.github.com/markrcote/flot-axislabels/%s/'
'jquery.flot.axislabels.js' % FLOT_AXISLABELS_SHA,
'a8526e0c1ed3b5cbc1a6b3ebb22bf334',
),
'jquery.js': (
'http://code.jquery.com/jquery-%s.min.js' % JQUERY_VERSION,
'397754ba49e9e0cf4e7c190da78dda05',
),
'jquery-ui.js': (
'http://code.jquery.com/ui/%s/jquery-ui.min.js' % JQUERY_UI_VERSION,
'3e6acb1e6426ef90d2e786a006a4ea28',
),
}
_file_dirname = os.path.dirname(__file__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment