Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
silkaj
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
silkaj
Commits
83b4344d
Commit
83b4344d
authored
2 years ago
by
Moul
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.pre-commit-config.yaml
+0
-3
0 additions, 3 deletions
.pre-commit-config.yaml
README.md
+0
-1
0 additions, 1 deletion
README.md
pyproject.toml
+0
-1
0 additions, 1 deletion
pyproject.toml
with
0 additions
and
5 deletions
.pre-commit-config.yaml
+
0
−
3
View file @
83b4344d
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
0
−
1
View file @
83b4344d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
0
−
1
View file @
83b4344d
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment