-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧 chore: Update pyproject.toml config
- Add export plugin for poetry - Update dev-deps to group.dev.deps in pyproject.toml config - Update related packages
- Loading branch information
1 parent
d248fe0
commit d2f4ef3
Showing
4 changed files
with
903 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
asgiref==3.8.1 ; python_version >= "3.8" and python_version < "4.0" | ||
backports-zoneinfo==0.2.1 ; python_version >= "3.8" and python_version < "3.9" | ||
django==4.2.15 ; python_version >= "3.8" and python_version < "3.10" | ||
django==5.1 ; python_version >= "3.10" and python_version < "4.0" | ||
django==4.2.16 ; python_version >= "3.8" and python_version < "3.10" | ||
django==5.1.1 ; python_version >= "3.10" and python_version < "4.0" | ||
sqlparse==0.5.1 ; python_version >= "3.8" and python_version < "4.0" | ||
typing-extensions==4.12.2 ; python_version >= "3.8" and python_version < "3.11" | ||
tzdata==2024.1 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "win32" |
Oops, something went wrong.