Skip to content

Commit

Permalink
Added new packages to poetry.lock and pyproject.toml
Browse files Browse the repository at this point in the history
This commit adds new packages to the poetry.lock file and updates the pyproject.toml file. These additions include packages like 'build', 'pip', 'pip-tools', and 'setuptools' amongst others. This update aims to manage dependencies more effectively, ensuring that the project has the necessary tools for building and installing python packages.
  • Loading branch information
lipemorais committed May 15, 2024
1 parent 369526a commit a2b3149
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 2 deletions.
100 changes: 99 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ djangorestframework = "^3.15.0"
markdown = "^3.6"
pygments = "^2.17.2"
mkdocs-material = "^9.5.15"
pip-tools = "^7.4.1"
taskipy = "^1.12.2"


[tool.poetry.group.dev.dependencies]
taskipy = "^1.12.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit a2b3149

Please sign in to comment.