Skip to content

Commit

Permalink
Merge pull request #31 from dabapps/remove-drf-dependency
Browse files Browse the repository at this point in the history
Install Django REST framework during test runs, not on package installation
  • Loading branch information
j4mie authored Dec 8, 2020
2 parents 06cd039 + 275924b commit 561b035
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install package
run: pip install -e .
- name: Install dependencies
run: pip install -U django==${{ matrix.django }} black
run: pip install -U django==${{ matrix.django }} black djangorestframework
- name: Run tests
run: python manage.py test
- name: Run black
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def get_package_data(package):
python_requires=">=3.6",
install_requires=[
"Django>=2.2",
"djangorestframework>=3.6.0"
],
project_urls={
"Changelog": "https://github.com/dabapps/django-zen-queries/releases",
Expand Down

0 comments on commit 561b035

Please sign in to comment.