diff --git a/hepcrawl/tohep.py b/hepcrawl/tohep.py index a4529d7c..67c4d927 100644 --- a/hepcrawl/tohep.py +++ b/hepcrawl/tohep.py @@ -324,6 +324,7 @@ def _filter_affiliation(affiliations): 'introductory', 'lectures', 'review', + 'manual', ] document_types = [ diff --git a/setup.py b/setup.py index c53a732e..728d85f1 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ install_requires = [ 'autosemver~=0.2', - 'inspire-schemas~=56.0', + 'inspire-schemas~=57.0', 'inspire-dojson~=57.0', 'inspire-utils~=2.0,>=2.0.2', 'Scrapy>=1.1.0',