Skip to content

Commit

Permalink
Requirements: install unicode-slugify from pypi (#11805)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd authored Nov 27, 2024
1 parent 6112959 commit cb78051
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion requirements/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ ua-parser==0.18.0
# via
# -r requirements/pip.txt
# user-agents
unicode-slugify @ git+https://github.com/mozilla/unicode-slugify@b696c37
unicode-slugify==0.1.5
# via -r requirements/pip.txt
unidecode==1.3.8
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ ua-parser==0.18.0
# via
# -r requirements/pip.txt
# user-agents
unicode-slugify @ git+https://github.com/mozilla/unicode-slugify@b696c37
unicode-slugify==0.1.5
# via -r requirements/pip.txt
unidecode==1.3.8
# via
Expand Down
3 changes: 1 addition & 2 deletions requirements/pip.in
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ dj-stripe==2.6.3

markdown

# unicode-slugify==0.1.5 is not released on PyPI yet
git+https://github.com/mozilla/unicode-slugify@b696c37#egg=unicode-slugify==0.1.5
unicode-slugify

# Version 2.4 makes tests to fail with:
# "RecursionError: maximum recursion depth exceeded in comparison"
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ tzdata==2024.2
# kombu
ua-parser==0.18.0
# via user-agents
unicode-slugify @ git+https://github.com/mozilla/unicode-slugify@b696c37
unicode-slugify==0.1.5
# via -r requirements/pip.in
unidecode==1.3.8
# via unicode-slugify
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ ua-parser==0.18.0
# via
# -r requirements/pip.txt
# user-agents
unicode-slugify @ git+https://github.com/mozilla/unicode-slugify@b696c37
unicode-slugify==0.1.5
# via -r requirements/pip.txt
unidecode==1.3.8
# via
Expand Down

0 comments on commit cb78051

Please sign in to comment.