Skip to content

Commit 3dbfb7d

Browse files
author
Paul Philion
committed
cleaning up dependencies to make uv work: uv run -m tests
1 parent 4a687bc commit 3dbfb7d

File tree

4 files changed

+90
-32
lines changed

4 files changed

+90
-32
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
88
"aiohttp>=3.11.12",
9-
"audioop",
9+
"audioop-lts>=0.2.1",
1010
"dateparser>=1.2.1",
11-
"discord>=2.3.2",
1211
"humanize>=4.12.0",
12+
"imapclient>=3.0.1",
13+
"py-cord>=2.6.1",
1314
"python-dotenv>=1.0.1",
1415
"requests>=2.32.3",
1516
]

requirements.txt

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,24 @@
1+
aiohappyeyeballs==2.4.6
2+
aiohttp==3.11.12
3+
aiosignal==1.3.2
4+
attrs==25.1.0
5+
audioop-lts==0.2.1
6+
certifi==2025.1.31
7+
charset-normalizer==3.4.1
18
dateparser==1.2.1
9+
frozenlist==1.5.0
210
humanize==4.12.0
3-
IMAPClient==3.0.1
11+
idna==3.10
12+
imapclient==3.0.1
13+
multidict==6.1.0
14+
propcache==0.2.1
415
py-cord==2.6.1
16+
python-dateutil==2.9.0.post0
517
python-dotenv==1.0.1
18+
pytz==2025.1
19+
regex==2024.11.6
620
requests==2.32.3
7-
audioop-lts==0.2.1
8-
coverage==7.6.12
21+
six==1.17.0
22+
tzlocal==5.3
23+
urllib3==2.3.0
24+
yarl==1.18.3

tests/test_tickets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def test_epics(self):
176176
check_id = 1049
177177
check = self.tickets_mgr.get_epics()
178178

179-
self.assertEqual(10, len(check))
179+
self.assertEqual(7, len(check))
180180

181181
found = None
182182
for e in check:

uv.lock

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

0 commit comments

Comments
 (0)