From 83b4344d1b96d9b4838aafe4fb209dfc05e87532 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Mon, 20 Jun 2022 22:20:28 +0200 Subject: [PATCH] [dep] Remove tabulate dependency (#203) Remove mypy types-tabulate installation --- .pre-commit-config.yaml | 3 --- README.md | 1 - pyproject.toml | 1 - 3 files changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54a0427c..c552f631 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 9ec089a3..7715a8c2 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 5d5195c4..9fea2972 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" -- GitLab