Skip to content

Commit 6923beb

Browse files
committed
update the requirements
1 parent a930a8e commit 6923beb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ dependencies = [
1111
"nltk",
1212
"sphinx",
1313
"pytest",
14-
"pandas"
14+
"pandas",
15+
"bs4"
1516
]
1617

1718
[build-system]

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest-cov
2-
pandas
2+
pandas
3+
bs4

requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
scikit-learn
22
pytest
33
pytest-cov
4-
pandas
4+
pandas
5+
bs4
6+
requests
7+
numpy

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"nltk",
1010
"pandas",
1111
"sphinx",
12+
"bs4",
13+
"beautifulsoup4",
1214
"pytest", # Usually listed under extras, but fine here too
1315
],
1416
author="Your Name",

0 commit comments

Comments
 (0)