Skip to content

Commit

Permalink
Fix building in fresh environment
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Feb 5, 2024
1 parent 974d64b commit 975f8bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools", "wheel", "Django"]

[tool.isort]
profile = "black"
line_length = 99
Expand Down

0 comments on commit 975f8bd

Please sign in to comment.