Skip to content

Commit a2b3149

Browse files
committed
Added new packages to poetry.lock and pyproject.toml
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.
1 parent 369526a commit a2b3149

File tree

2 files changed

+101
-2
lines changed

2 files changed

+101
-2
lines changed

poetry.lock

Lines changed: 99 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ djangorestframework = "^3.15.0"
1313
markdown = "^3.6"
1414
pygments = "^2.17.2"
1515
mkdocs-material = "^9.5.15"
16+
pip-tools = "^7.4.1"
17+
taskipy = "^1.12.2"
1618

1719

1820
[tool.poetry.group.dev.dependencies]
19-
taskipy = "^1.12.2"
2021

2122
[build-system]
2223
requires = ["poetry-core"]

0 commit comments

Comments
 (0)