Skip to content

Commit

Permalink
Adding deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Oct 7, 2022
1 parent 8e89378 commit f3af510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(exclude=["tests"]),
use_scm_version={"write_to": f"{project_name}/_version.py"},
setup_requires=["setuptools_scm"],
install_requires=["click", "packaging", "pyyaml"],
install_requires=["click", "packaging", "pyyaml", "Jinja2"],
entry_points={
"console_scripts": [
f"conda_envfile_merge = {project_name}:_conda_envfile_merge_cli",
Expand Down

0 comments on commit f3af510

Please sign in to comment.