Skip to content

Commit

Permalink
Move unidecode out of dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvadm committed May 18, 2024
1 parent b302ff4 commit 9397db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ python = "^3.8"
jinja2 = "^3.1.4"
ymlstash = "^1.2.0"
click = "^8.1.7"
unidecode = "^1.3.8"

[tool.poetry.group.dev.dependencies]
unidecode = "^1.3.8"
aiohttp = "^3.9.5"
requests = "^2.31.0"

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ colorama==0.4.6 ; python_version >= "3.8" and python_version < "4.0" and platfor
jinja2==3.1.4 ; python_version >= "3.8" and python_version < "4.0"
markupsafe==2.1.5 ; python_version >= "3.8" and python_version < "4.0"
pyyaml==6.0.1 ; python_version >= "3.8" and python_version < "4.0"
unidecode==1.3.8 ; python_version >= "3.8" and python_version < "4.0"
ymlstash==1.2.0 ; python_version >= "3.8" and python_version < "4.0"

0 comments on commit 9397db7

Please sign in to comment.