Commit 16a62550 authored by delanoe's avatar delanoe

[FIX] some imports and fixes.

parent a9f9218f
...@@ -176,7 +176,7 @@ RESOURCETYPES = [ ...@@ -176,7 +176,7 @@ RESOURCETYPES = [
'accepted_formats':["zip",], 'accepted_formats':["zip",],
}, },
# type 6 # type 6
{ 'type': 6 { 'type': 6,
'name': 'Web of Science (ISI format)', 'name': 'Web of Science (ISI format)',
'parser': ISIParser, 'parser': ISIParser,
'default_language': 'en', 'default_language': 'en',
......
...@@ -29,3 +29,4 @@ networkx==1.11 ...@@ -29,3 +29,4 @@ networkx==1.11
pandas==0.18.0 pandas==0.18.0
six==1.10.0 six==1.10.0
lxml==3.5.0 lxml==3.5.0
bs4==0.0.1
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