Skip to content

Commit

Permalink
Merge pull request #16 from jiri-otoupal/reqs
Browse files Browse the repository at this point in the history
updated requirements
  • Loading branch information
jiri-otoupal authored Nov 1, 2023
2 parents 5bf7ebb + 661f5ea commit 527842d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion abst/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"CLI Command making OCI Bastion and kubernetes usage simple and fast"
)

__version__ = "2.1.7"
__version__ = "2.1.8"
__author__ = "Jiri Otoupal"
__author_email__ = "jiri-otoupal@ips-database.eu"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
packages=find_packages(),
include_package_data=True,
python_requires=">=3.7,<4",
install_requires=["click", "rich", "inquirerpy", "oci", "lastversion", "semantic_version", "eventlet"],
install_requires=["click", "rich", "inquirerpy", "oci", "lastversion", "semantic_version", "eventlet", "pyperclip"],
extras_require={
"dev": ["black==22.*"],
},
Expand Down

0 comments on commit 527842d

Please sign in to comment.