Skip to content

Commit

Permalink
ENH - Make conda-docker a dependency in Linux only in pyproject.toml (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer authored Sep 19, 2023
1 parent f3a895d commit e156129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda-store-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
"Programming Language :: Python :: 3 :: Only",
]
dependencies = [
"conda-docker",
"conda-docker; sys_platform == 'linux'",
"conda-pack",
"celery",
"sqlalchemy",
Expand Down

0 comments on commit e156129

Please sign in to comment.