Skip to content

Commit

Permalink
bump redwine
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog committed Sep 26, 2023
1 parent 517cd8f commit 9e34ab2
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 @@ -25,7 +25,7 @@ django-watson = "~1.6.2" # Indexed model search lib
django-reversion = "~5.0" # Model version history with middleware hooks to all post_save signals
django-guardian = "~2.4" # Per Object permissions framework
django-taggit = "~2.1" # Generic multi-model tagging library
redwine = { git = "https://github.com/dotkom/redwine.git", rev = "v1.4.2" }
redwine = { git = "https://github.com/dotkom/redwine.git", rev = "v1.4.3" }
pdfdocument = "~4.0"
Unidecode = "~1.3" # Translates every unicode symbol to the closest ascii. online_mail_usernames
django-markdown-deux = "~1.0"
Expand Down

0 comments on commit 9e34ab2

Please sign in to comment.