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 8a42532
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
25 changes: 13 additions & 12 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
# pip-compile requirements-dev.in
#
asgiref==3.3.4
# via
Expand All @@ -16,17 +16,17 @@ coreapi==2.3.3
# via djangorestframework-stubs
coreschema==0.0.4
# via coreapi
django-stubs-ext==0.2.0
# via django-stubs
django-stubs==1.8.0
# via
# -r requirements-dev.in
# djangorestframework-stubs
django==3.2.2
# via
# -c requirements.txt
# django-stubs
# django-stubs-ext
django-stubs==1.8.0
# via
# -r requirements-dev.in
# djangorestframework-stubs
django-stubs-ext==0.2.0
# via django-stubs
djangorestframework-stubs==1.4.0
# via -r requirements-dev.in
idna==2.10
Expand All @@ -39,13 +39,13 @@ jinja2==2.11.3
# via coreschema
markupsafe==1.1.1
# via jinja2
mypy-extensions==1.0.0
# via mypy
mypy==1.5.1
# via
# -r requirements-dev.in
# django-stubs
# djangorestframework-stubs
mypy-extensions==1.0.0
# via mypy
pycodestyle==2.6.0
# via -r requirements-dev.in
pydocstyle==5.1.1
Expand All @@ -66,8 +66,9 @@ sqlparse==0.4.1
# django
tomli==2.0.1
# via mypy
typing-extensions==4.7.1
typing-extensions==4.12.2
# via
# -c requirements.txt
# django-stubs
# djangorestframework-stubs
# mypy
Expand Down
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 8a42532

Please sign in to comment.