diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54a0427cc3ec948109d5c166db708368badf4784..c552f6316ff1a23b37a945b907c79a4b677521c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,9 +23,6 @@ repos: rev: v0.960 hooks: - id: mypy - args: - - "--install-types" - - "--non-interactive" - repo: https://github.com/PyCQA/pylint rev: v2.14.1 hooks: diff --git a/README.md b/README.md index 9ec089a30f9ceaed4a0ea5eb371ef272ecdc7afd..7715a8c2084ba25c03e2dc77a5dd3f38bee713a5 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,6 @@ Silkaj is based on following Python modules: - [DuniterPy](https://git.duniter.org/clients/python/duniterpy/): Most complete client oriented Python library for Duniter/Äž1 ecosystem - [Pendulum](https://pendulum.eustace.io/): Datetimes made easy - [texttable](https://github.com/foutaise/texttable/): Creation of simple ASCII tables -- [tabulate](https://github.com/astanin/python-tabulate): Pretty-print tabular data ### Names diff --git a/pyproject.toml b/pyproject.toml index 5d5195c4c9bbf08e04654d7cf4b385530018b970..9fea29726c1f297e253f07e1b9c4d8ebe78469b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ include = ["g1_monetary_license/g1_monetary_license_*.rst"] python = "^3.7.0" duniterpy = "1.1.0" click = "^8.0.0" -tabulate = "^0.8.7" texttable = "^1.6.3" pendulum = "^2.1.2"