Skip to content

Commit

Permalink
revert installing oscar from source
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Dec 6, 2024
1 parent 50bd19f commit 14c52e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.8"
django-oscar = {git = "https://github.com/django-oscar/django-oscar.git", allow-prereleases = true}
django-oscar = {version = "^4.0a1", allow-prereleases = true}
coverage = { version = "^7.3", optional = true }
pylint = { version = "^3.0.2", optional = true }
black = { version = "^23.11.0", optional = true }
Expand Down

0 comments on commit 14c52e9

Please sign in to comment.