Skip to content

Commit

Permalink
update natural-keys dep
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 16, 2023
1 parent 34e8ad3 commit 3482b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
python -m pip install flake8 pytest wheel
python -m pip install django==${{ matrix.django-version }}
python -m pip install djangorestframework==${{ matrix.drf-version }}
python -m pip install html-json-forms drf-writable-nested pystache
python -m pip install git+https://github.com/wq/django-natural-keys.git
python -m pip install html-json-forms natural-keys drf-writable-nested pystache
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
"Django>=1.11,<5.0",
"djangorestframework>=3.8.0,<4.0",
"html-json-forms",
"natural-keys>=1.6.0",
"natural-keys>=2.1.0",
"drf-writable-nested",
"pystache",
]
Expand Down

0 comments on commit 3482b8d

Please sign in to comment.