Skip to content

Commit

Permalink
LEXIO-37227: Adding cookiecutter as a dependency (#5)
Browse files Browse the repository at this point in the history
* adding cookiecutter as a dependency

* Version bumped to 0.6.0

Co-authored-by: ns-circle-ci <devops-team+circleci@narrativescience.com>
  • Loading branch information
ns-bdesimone and ns-circle-ci committed Jan 7, 2022
1 parent 2414655 commit 73efcb7
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 32 deletions.
2 changes: 1 addition & 1 deletion ns_poet/__init__.py
@@ -1,3 +1,3 @@
"""Manage Poetry packages in a monorepo"""

__version__ = "0.5.0"
__version__ = "0.6.0"
60 changes: 30 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ns-poet"
version = "0.5.0"
version = "0.6.0"
description = "Autogenerate Poetry package manifests in a monorepo"
authors = ["Jonathan Drake <jdrake@narrativescience.com>"]
license = "BSD-3-Clause"
Expand All @@ -11,6 +11,7 @@ repository = "https://github.com/NarrativeScience/ns-poet"
[tool.poetry.dependencies]
python = "^3.6.5"
click = ">=7.0"
cookiecutter = "^1.7.3"
setuptools = "^58.5.3"
astor = "^0.8.1"
networkx = "<2.6"
Expand Down

0 comments on commit 73efcb7

Please sign in to comment.