Skip to content

Commit 5e744cb

Browse files
committed
chore: remove unused dependencies
1 parent c54e683 commit 5e744cb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ description = "A crawler for Yale courses and evaluation data. Integrates with C
77
requires-python = ">=3.10"
88
dependencies = [
99
"beautifulsoup4==4.12.3",
10-
"stackprinter==0.2.10",
1110
"sentry-sdk==2.18.0",
1211
"tqdm==4.66.4",
1312
"unidecode==1.3.6",
14-
"tika==1.25",
15-
"regex==2022.10.31",
1613
"pandas==2.2.1",
1714
"vadersentiment==3.3.2",
1815
"ujson==5.10.0",
@@ -22,7 +19,6 @@ dependencies = [
2219
"uvloop==0.19.0",
2320
"httpx==0.27.0",
2421
"PyYAML==6.0.1",
25-
"lxml==5.3.0",
2622
"diskcache==5.6.3",
2723
"psycopg2==2.9.9",
2824
"edlib==1.3.9",

0 commit comments

Comments
 (0)