Remove ansiwrap from imports and with poetry remove ansiwrap

This commit is contained in:
Micah Jerome Ellison 2023-02-27 12:52:18 -08:00
parent 8f1da7249d
commit 375c18af80
3 changed files with 1292 additions and 1322 deletions

View file

@ -7,8 +7,6 @@ import os
import re
from typing import TYPE_CHECKING
import ansiwrap
from jrnl.color import colorize
from jrnl.color import highlight_tags_with_background_color
from jrnl.output import wrap_with_ansi_colors

2611
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -29,7 +29,6 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.10.0, <3.13"
ansiwrap = "^0.8.4"
colorama = ">=0.4" # https://github.com/tartley/colorama/blob/master/CHANGELOG.rst
cryptography = ">=3.0" # https://cryptography.io/en/latest/api-stability.html
keyring = ">=21.0" # https://github.com/jaraco/keyring#integration