We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54e683 commit 5e744cbCopy full SHA for 5e744cb
pyproject.toml
@@ -7,12 +7,9 @@ description = "A crawler for Yale courses and evaluation data. Integrates with C
7
requires-python = ">=3.10"
8
dependencies = [
9
"beautifulsoup4==4.12.3",
10
- "stackprinter==0.2.10",
11
"sentry-sdk==2.18.0",
12
"tqdm==4.66.4",
13
"unidecode==1.3.6",
14
- "tika==1.25",
15
- "regex==2022.10.31",
16
"pandas==2.2.1",
17
"vadersentiment==3.3.2",
18
"ujson==5.10.0",
@@ -22,7 +19,6 @@ dependencies = [
22
19
"uvloop==0.19.0",
23
20
"httpx==0.27.0",
24
21
"PyYAML==6.0.1",
25
- "lxml==5.3.0",
26
"diskcache==5.6.3",
27
"psycopg2==2.9.9",
28
"edlib==1.3.9",
0 commit comments