mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-11 17:18:30 +02:00
Remove ansiwrap from imports and with poetry remove ansiwrap
This commit is contained in:
parent
8f1da7249d
commit
375c18af80
3 changed files with 1292 additions and 1322 deletions
|
@ -7,8 +7,6 @@ import os
|
||||||
import re
|
import re
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
import ansiwrap
|
|
||||||
|
|
||||||
from jrnl.color import colorize
|
from jrnl.color import colorize
|
||||||
from jrnl.color import highlight_tags_with_background_color
|
from jrnl.color import highlight_tags_with_background_color
|
||||||
from jrnl.output import wrap_with_ansi_colors
|
from jrnl.output import wrap_with_ansi_colors
|
||||||
|
|
2611
poetry.lock
generated
2611
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -29,7 +29,6 @@ classifiers = [
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.10.0, <3.13"
|
python = ">=3.10.0, <3.13"
|
||||||
|
|
||||||
ansiwrap = "^0.8.4"
|
|
||||||
colorama = ">=0.4" # https://github.com/tartley/colorama/blob/master/CHANGELOG.rst
|
colorama = ">=0.4" # https://github.com/tartley/colorama/blob/master/CHANGELOG.rst
|
||||||
cryptography = ">=3.0" # https://cryptography.io/en/latest/api-stability.html
|
cryptography = ">=3.0" # https://cryptography.io/en/latest/api-stability.html
|
||||||
keyring = ">=21.0" # https://github.com/jaraco/keyring#integration
|
keyring = ">=21.0" # https://github.com/jaraco/keyring#integration
|
||||||
|
|
Loading…
Add table
Reference in a new issue