From 3a1fae2285253883ffda668ce1277af0b9c474f6 Mon Sep 17 00:00:00 2001 From: yindaheng98 Date: Tue, 2 Jan 2024 14:32:50 -0800 Subject: [PATCH] use typing-extensions --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 136c8f8..0e87ca6 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='citation_crawler', - version='2.5', + version='2.5.1', author='yindaheng98', author_email='yindaheng98@gmail.com', url='https://github.com/yindaheng98/citation-crawler', @@ -32,6 +32,7 @@ install_requires=[ 'dblp-crawler>=2.1', 'python-dateutil>=2.8.2', - 'neo4j>=5.15.0' + 'neo4j>=5.15.0', + 'typing-extensions' ], )