Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri_otoupal authored and jiri_otoupal committed Feb 28, 2024
1 parent c99e810 commit 05bcc04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 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.3.17"
__version__ = "2.3.18"
__author__ = "Jiri Otoupal"
__author_email__ = "jiri-otoupal@ips-database.eu"
__license__ = "MIT"
Expand All @@ -23,4 +23,5 @@
Sharing and Pasting now works for sets too, you can use set_name/context for both
When pasting, it will ask if you want to change IP and for bastion name renaming
Removed unused packages
"""
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ lastversion~=2.4.8
oci~=2.90.0
setuptools~=60.2.0
semantic-version~=2.10.0
eventlet~=0.33.2
pyperclip~=1.8.2
bext~=0.0.8
requests~=2.28.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
include_package_data=True,
python_requires=">=3.7,<4",
install_requires=["click", "rich", "inquirerpy", "oci", "lastversion",
"semantic_version", "eventlet", "pyperclip",
"semantic_version", "pyperclip",
"bext", "packaging"],
extras_require={
"dev": ["black==22.*"],
Expand Down

0 comments on commit 05bcc04

Please sign in to comment.