Skip to content

Commit

Permalink
Replace unmaintained grapheme with graphemeu fork
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 15, 2024
1 parent aafa315 commit 40f8c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
about_time
grapheme
graphemeu
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ def get_readme():
packages=find_packages(exclude=['tests*']),
data_files=[('', ['LICENSE'])],
python_requires='>=3.9, <4',
install_requires=['about_time==4.2.1', 'grapheme==0.6.0'],
install_requires=['about_time==4.2.1', 'graphemeu'],
)

0 comments on commit 40f8c1e

Please sign in to comment.