Skip to content

Commit

Permalink
needed for pytest to enable django settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kvbik committed Oct 31, 2023
1 parent a72e046 commit 73f7b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def run(self):
extras_require = {
'test': [
'pytest>=5',
'pytest-django>=3.5',
'celery>=5',
],
'lint': [
Expand Down

0 comments on commit 73f7b6c

Please sign in to comment.