Skip to content

Commit 521e49a

Browse files
committed
Re-add requests requirement.
1 parent 85de7c1 commit 521e49a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ dependencies = [
9393
"python-dateutil >= 2.8.0, < 3.0.0",
9494
"python-fsutil >= 0.9.3, < 1.0.0",
9595
"python-slugify >= 7.0.0, < 9.0.0",
96+
"requests >= 2.26.0, < 3.0.0",
9697
]
9798
dynamic = ["version"]
9899
maintainers = [

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ python-dateutil == 2.8.2
77
python-fsutil == 0.10.0
88
python-slugify == 8.0.1
99
pyyaml == 6.0
10+
requests == 2.31.0
1011
toml == 0.10.2
1112
xlrd == 2.0.1
1213
xmltodict == 0.13.0

0 commit comments

Comments
 (0)