Skip to content

Commit

Permalink
cleanup: remove ert.py from cli
Browse files Browse the repository at this point in the history
This removes the `ert.py` command which is no
longer used and maintained. Allow us to reduce
our deps and surface area.

Signed-off-by: Lance Austin <[email protected]>
  • Loading branch information
Lance Austin authored and LanceEa committed Nov 17, 2023
1 parent deee415 commit b2a901d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 172 deletions.
1 change: 0 additions & 1 deletion DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ libraries:
certifi 2023.7.22 Mozilla Public License 2.0
charset-normalizer 3.3.2 MIT license
click 8.1.7 3-clause BSD license
dpath 2.1.6 MIT license
durationpy 0.5 MIT license
expiringdict 1.2.2 Apache License 2.0
gunicorn 21.2.0 MIT license
Expand Down
168 changes: 0 additions & 168 deletions python/ambassador_cli/ert.py

This file was deleted.

2 changes: 0 additions & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ click==8.1.7
# via
# -r requirements.in
# flask
dpath==2.1.6
# via -r requirements.in
durationpy==0.5
# via -r requirements.in
expiringdict==1.2.2
Expand Down
1 change: 0 additions & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def collect_data_files(dirpath):
"diagd=ambassador_diag.diagd:main",
"mockery=ambassador_cli.mockery:main",
"grab-snapshots=ambassador_cli.grab_snapshots:main",
"ert=ambassador_cli.ert:main",
]
},
author="datawire.io",
Expand Down

0 comments on commit b2a901d

Please sign in to comment.