Skip to content

Commit

Permalink
chore: Add typing-extensions dependency (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan authored Nov 8, 2022
1 parent 4927b6c commit e0ffab0
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
if [[ $DB == postgres ]]; then
pip install -q psycopg2-binary
fi
pip install coverage pytest pytest-django pytest-cov $(./get-django-version.py ${{ matrix.django }})
pip install typing-extensions coverage pytest pytest-django pytest-cov $(./get-django-version.py ${{ matrix.django }})
- name: Run tests
run: |
pytest --cov-report term
54 changes: 27 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.7,<4"
django = ">=3.2"
typing-extensions = "^4.4.0"

[tool.poetry.dev-dependencies]
pdbpp = "^0.10.2"
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ license = New BSD
[options]
install_requires =
Django>=3.2
typing-extensions
importlib-metadata; python_version<"3.8"
packages =
modeltranslation
Expand Down

0 comments on commit e0ffab0

Please sign in to comment.