Skip to content

Commit

Permalink
Add filelock as a dependency
Browse files Browse the repository at this point in the history
This seems to be needed for some classes of pip based resolution
  • Loading branch information
mariusvniekerk committed Jan 12, 2023
1 parent 4f07300 commit 3ff3a0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "conda_lock"
description = "Lockfiles for conda"
authors = [
{ "name" = "Marius van Niekerk", email = "marius.v.niekerk@gmail.com" },
{ name = "Marius van Niekerk", email = "marius.v.niekerk@gmail.com" },
]
readme = "README.md"
license = "MIT"
Expand All @@ -27,9 +27,6 @@ classifiers = [
dynamic = ["dependencies", "version"]
license-files = { paths = ["LICENSE"] }

[project.optional-dependencies]
pip_support = ["poetry ==1.1.*"]

[project.scripts]
conda-lock = "conda_lock:main"

Expand Down
1 change: 0 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
black
check-manifest
doctr
filelock
flake8
flake8-builtins
flake8-comprehensions
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ruamel.yaml
tomli; python_version<"3.11"
typing-extensions
toolz >=0.12.0,<1.0.0
filelock >=3.8.0
# poetry:
cachecontrol[filecache] >=0.12.9
# poetry:
Expand Down

0 comments on commit 3ff3a0a

Please sign in to comment.