Skip to content

Commit

Permalink
Be more lazy about dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Aug 10, 2023
1 parent 231216a commit 63e8216
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ classifiers = [
]
keywords = ["markdown", "pofile", "translation", "html", "po", "i18n"]
dependencies = [
"polib~=1.1",
"pymd4c~=1.3",
"md-ulb-pwrap~=0.1",
"polib>=1.1,<2",
"pymd4c>=1.3,<2",
"md-ulb-pwrap>=0.1,<1",
"importlib-metadata-argparse-version",
"importlib-metadata; python_version < '3.10'",
"contextlib-chdir~=1.0",
"contextlib-chdir>=1,<2",
]

[project.urls]
Expand Down

0 comments on commit 63e8216

Please sign in to comment.