Remove no longer used legacy Lister API and update CLI options

Legacy Lister classes from the swh.lister.core mdule are no longer
used in swh-lister codebase so it is time to remove them.

Also remove lister CLI options related to legacy Lister API.

As a consequence, the following requirements are no longer needed:
arrow, SQLAlchemy, sqlalchemy-stubs and testing.postgresql.

Closes T2442
This commit is contained in:
Antoine Lambert 2021-02-02 12:27:46 +01:00
parent ff05191b7d
commit 8933544521
18 changed files with 8 additions and 1730 deletions

View file

@ -1,5 +1,3 @@
pytest
pytest-mock
requests_mock
sqlalchemy-stubs
testing.postgresql