Skip to content

Commit

Permalink
Add ordered_set as a package dependency (#636)
Browse files Browse the repository at this point in the history
* Add ordered_set as a package dependency

* Black fix
  • Loading branch information
John Tompkins authored Nov 24, 2020
1 parent d33aae9 commit 0a96564
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ pytest-random-order>=1.0.4
hypothesis>=4.32.3
pytest-localserver>=0.5.0

ordered-set>=4.0.2

# commit hooks
pre-commit>=1.18.1

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def find_version(*file_paths):
"hypothesis>=4.32",
"colorama>=0.4.1",
"docker>=4.3.1",
"ordered-set>=4.0.2",
],
entry_points={
"console_scripts": ["cfn-cli = rpdk.core.cli:main", "cfn = rpdk.core.cli:main"]
Expand Down
2 changes: 1 addition & 1 deletion src/rpdk/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging

__version__ = "0.2.0"
__version__ = "0.2.1"

logging.getLogger(__name__).addHandler(logging.NullHandler())

0 comments on commit 0a96564

Please sign in to comment.