Skip to content

Commit

Permalink
hai
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed May 15, 2024
1 parent 65ae98f commit ace4ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ clean:
rm -Rf build/

install:
pip install -e .[dev]
pip install -e .[dev] --upgrade --upgrade-strategy=eager --pre

sandbox: install
python sandbox/manage.py migrate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
],
# mark test target to require extras.
extras_require={
"dev": ["coverage", "mock", "twine", "wheel", "easy_thumbnails"],
"dev": ["coverage", "mock", "twine", "wheel", "sorl-thumbnail"],
"lint": ["pylint", "pylint-django", "black>=23.1.0"],
},
)

0 comments on commit ace4ff1

Please sign in to comment.