Skip to content

Commit

Permalink
Merge pull request #1950 from ResearchHub/remove-unidecode
Browse files Browse the repository at this point in the history
Remove unidecode as top-level dependency
  • Loading branch information
gzurowski authored Nov 2, 2024
2 parents 188e4ef + 1e3566b commit f3947b0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
13 changes: 1 addition & 12 deletions src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ django-celery-beat = "2.0.0"
ipdb = "0.13.9"
habanero = "1.0.0"
celery-redbeat = "2.2.0"
Unidecode = "^1.3.2"
python-slugify = "4.0.1"
jellyfish = "0.8.9"
watchdog = "2.1.9"
Expand Down
3 changes: 0 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2591,9 +2591,6 @@ typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "4.0"
tzdata==2024.2 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc \
--hash=sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd
unidecode==1.3.8 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4 \
--hash=sha256:d130a61ce6696f8148a3bd8fe779c99adeb4b870584eeb9526584e9aa091fd39
uritemplate==3.0.1 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:07620c3f3f8eed1f12600845892b0e036a2420acf513c53f7de0abd911a5894f \
--hash=sha256:5af8ad10cec94f215e3f48112de2022e1d5a37ed427fbd88652fa908f2ab7cae
Expand Down

0 comments on commit f3947b0

Please sign in to comment.