Skip to content

Commit

Permalink
Merge pull request #301 from rabernat/remove-click
Browse files Browse the repository at this point in the history
Remove click
  • Loading branch information
rabernat authored Feb 23, 2022
2 parents ebb1be9 + 75f2b45 commit 9783725
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/development/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v0.8.2 - 2022-02-23

- Removed click from dependencies and removed cli entrypoint.

## v0.8.1 - 2022-02-23

- Fixed dependency issue with pip installation.
Expand Down
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ packages = find:
include_package_data = True
install_requires =
setuptools
click
dask >= 2021.11.2
distributed >= 2021.11.2
h5py >= 3.3.0
Expand All @@ -44,16 +43,13 @@ install_requires =

[options.extras_require]
dev =
click
pytest
pytest-sugar
pytest-cov
pytest-lazy-fixture
scipy

[options.entry_points]
console_scripts =
pangeo-forge-recipes = pangeo_forge_recipes.cli:main

[flake8]
max-line-length = 100

Expand Down

0 comments on commit 9783725

Please sign in to comment.