Skip to content

Commit

Permalink
Merge pull request #468 from maresb/remove-filelock-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusvniekerk authored Jul 21, 2023
2 parents 5d9a1a2 + 34b95c4 commit 98accb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions environments/dev-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- black
- check-manifest
- doctr
- filelock
- flake8
- flake8-builtins
- flake8-comprehensions
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,19 @@ classifiers = [
dynamic = ["version"]
license-files = { paths = ["LICENSE"] }
dependencies = [
# conda-lock dependencies
"click >=8.0",
"click-default-group",
"ensureconda >=1.3",
"gitpython >=3.1.30",
"jinja2",
"pydantic >=1.10",
"pyyaml >= 5.1",
"ruamel.yaml",
'tomli; python_version<"3.11"',
"typing-extensions",
# conda dependencies
"ruamel.yaml",
"toolz >=0.12.0,<1.0.0",
"filelock >=3.8.0",
# The following dependencies were added in the process of vendoring Poetry 1.1.15.
# poetry:
"cachecontrol[filecache] >=0.12.9",
Expand Down

0 comments on commit 98accb9

Please sign in to comment.