Skip to content

Commit

Permalink
[fix] add a requirement in the pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nounoursdestavernes committed Dec 30, 2023
1 parent 115e766 commit 425fef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ classifiers = [
'Operating System :: Unix',
]
dependencies = [
"Jinja2 >= 3.1.2"
"Jinja2 >= 3.1.2",
"requests >= 2.31.0",
]

[tool.setuptools.package-data]
Expand Down

0 comments on commit 425fef0

Please sign in to comment.