Skip to content

Commit

Permalink
add typing_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Jan 3, 2025
1 parent 5dc74e4 commit 2a570ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ geojson==2.5.0
networkx>=2.3
pyyaml>=3.12
requests==2.32.3
typing_extensions==4.12.2

# Run dependencies
pyproj>=3.0.0
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def get_description():
'pyyaml>=3.12',
'pyproj>=3.0.0',
'requests>=2.32.3',
'typing_extensions>=4.12.2',
]

tests_require = [
Expand Down

0 comments on commit 2a570ad

Please sign in to comment.