Skip to content
Snippets Groups Projects
Commit 83b4344d authored by Moul's avatar Moul
Browse files

[dep] Remove tabulate dependency (#203)

Remove mypy types-tabulate installation
parent 3063ef4d
No related branches found
No related tags found
1 merge request!199#203: Harmonize tables style using Texttable
...@@ -23,9 +23,6 @@ repos: ...@@ -23,9 +23,6 @@ repos:
rev: v0.960 rev: v0.960
hooks: hooks:
- id: mypy - id: mypy
args:
- "--install-types"
- "--non-interactive"
- repo: https://github.com/PyCQA/pylint - repo: https://github.com/PyCQA/pylint
rev: v2.14.1 rev: v2.14.1
hooks: hooks:
......
...@@ -110,7 +110,6 @@ Silkaj is based on following Python modules: ...@@ -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 - [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 - [Pendulum](https://pendulum.eustace.io/): Datetimes made easy
- [texttable](https://github.com/foutaise/texttable/): Creation of simple ASCII tables - [texttable](https://github.com/foutaise/texttable/): Creation of simple ASCII tables
- [tabulate](https://github.com/astanin/python-tabulate): Pretty-print tabular data
### Names ### Names
......
...@@ -17,7 +17,6 @@ include = ["g1_monetary_license/g1_monetary_license_*.rst"] ...@@ -17,7 +17,6 @@ include = ["g1_monetary_license/g1_monetary_license_*.rst"]
python = "^3.7.0" python = "^3.7.0"
duniterpy = "1.1.0" duniterpy = "1.1.0"
click = "^8.0.0" click = "^8.0.0"
tabulate = "^0.8.7"
texttable = "^1.6.3" texttable = "^1.6.3"
pendulum = "^2.1.2" pendulum = "^2.1.2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment