Skip to content

Commit

Permalink
chore: Explicitly define dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
promasu authored Jan 26, 2025
1 parent 6609f76 commit 3290a42
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 @@ -23,8 +23,8 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"reportlab",
"reportlab_qrcode"
"reportlab==4.2.5",
"reportlab_qrcode==0.1.6"
]
dynamic = ["version"]

Expand All @@ -44,8 +44,8 @@ local_scheme = "no-local-version"

[tool.hatch.envs.ci]
dependencies = [
"pylint",
"ruff",
"pylint==3.3.3",
"ruff==0.9.3",
]

[tool.hatch.envs.ci.scripts]
Expand Down

0 comments on commit 3290a42

Please sign in to comment.