Skip to content

Commit

Permalink
Added typing-extensions to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-perretta committed Aug 7, 2024
1 parent f6e535d commit 2a0fcaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ oauth2client
# (available_timezones implementation)
# This will help speed up calls to zoneinfo.available_timezones().
tzdata
typing-extensions
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ sqlparse==0.4.1
# via django
traitlets==5.0.5
# via ipython
typing-extensions==4.12.2
# via -r requirements.in
tzdata==2023.4
# via -r requirements.in
uritemplate==3.0.1
Expand Down

0 comments on commit 2a0fcaa

Please sign in to comment.