Skip to content

Commit 98d51c1

Browse files
committed
Use typed markovify submodule
Unless jsvine/markovify#189 is ever accepted
1 parent 71ae130 commit 98d51c1

4 files changed

Lines changed: 2 additions & 24 deletions

File tree

convmark/convmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import random
22
from typing import Literal, cast
33

4-
from ..markovify import markovify
4+
from markovify import markovify
55

66

77
BEGIN = markovify.text.BEGIN

convmark/my_corpus/generate.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33

44
import sqlalchemy as sa
55
import sqlmodel as sm
6+
from markovify import markovify
67
from tqdm import tqdm
78

89
import convmark.convmark as c
910
from convmark.globals import GARLIC_OS, OOER_GENERAL
1011
from convmark.my_corpus.models import Message
1112

12-
from ...markovify import markovify
13-
1413

1514
DB_URL = (
1615
"sqlite:///G:/Garlic/Documents/Code/Discord Bots/"

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
8-
"markovify>=0.9.4",
98
"sqlalchemy>=2.0.38",
109
"sqlmodel>=0.0.22",
1110
"tqdm>=4.67.1",

uv.lock

Lines changed: 0 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)