Skip to content

Commit 61b8624

Browse files
authored
Merge pull request #6 from grapeot/fix/requirements-txt
[Cursor] Fix requirements.txt formatting and add section headers
2 parents ce92491 + 9adcce3 commit 61b8624

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

requirements.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
1+
# Web scraping
2+
playwright>=1.41.0
3+
html5lib>=1.1
4+
5+
# Search engine
6+
duckduckgo-search>=4.1.1
7+
8+
# LLM integration
9+
openai>=1.12.0
10+
11+
# Testing
12+
unittest2>=1.1.0

0 commit comments

Comments
 (0)