Skip to content

Requirements: install unicode-slugify from pypi #11805

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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