Skip to content

Commit

Permalink
Add tomlkit as a direct dependency of conda-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Sep 15, 2024
1 parent 8991a0a commit 07a9048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ dependencies = [
"setuptools",
# constraint on version comes from poetry
'tomli >=2.0.1,<3.0.0 ; python_version <"3.11"',
# constraint on version comes from poetry
"tomlkit >=0.11.4,<1.0.0",
"typing-extensions",
# conda dependencies
"boltons >=23.0.0",
Expand All @@ -65,7 +67,6 @@ dependencies = [
"pyproject-hooks >=1.0.0,<2.0.0",
"requests-toolbelt >=1.0.0,<2.0.0",
"shellingham >=1.5,<2.0",
"tomlkit >=0.11.4,<1.0.0",
"trove-classifiers >= 2022.5.19",
"virtualenv >=20.23.0,<21.0.0",
'xattr >=1.0.0,<2.0.0 ; sys_platform == "darwin"',
Expand Down

0 comments on commit 07a9048

Please sign in to comment.