Skip to content

Commit

Permalink
use typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
yindaheng98 committed Jan 2, 2024
1 parent 9156d60 commit 3a1fae2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='citation_crawler',
version='2.5',
version='2.5.1',
author='yindaheng98',
author_email='[email protected]',
url='https://github.com/yindaheng98/citation-crawler',
Expand All @@ -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'
],
)

0 comments on commit 3a1fae2

Please sign in to comment.