Skip to content

Commit 0aeb125

Browse files
committed
fix: missing dependency
1 parent cd50183 commit 0aeb125

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies = [
2222
"requests >= 2.31.0, < 3.0.0",
2323
"semver >= 3.0.2",
2424
"pillow >= 10.2.0"
25+
"python-dateutil >= 2.9.0",
2526
]
2627

2728
[project.urls]

pythorhead/classes/user.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
from dataclasses import dataclass, asdict
22
from datetime import datetime
3-
from pythorhead import lemmy
4-
from pythorhead.types import SortType, ListingType, LanguageType
53
from dateutil import parser
64
from pythorhead.utils import json_serializer
75

0 commit comments

Comments
 (0)