Skip to content

Commit 937a90a

Browse files
DX-2684
1 parent 07cb367 commit 937a90a

File tree

4 files changed

+474
-152
lines changed

4 files changed

+474
-152
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
python_dateutil >= 2.5.3
22
setuptools >= 21.0.0
33
urllib3 >= 1.25.3
4+
lxml>=4.9.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
REQUIRES = [
2424
"urllib3 >= 1.25.3",
2525
"python-dateutil",
26+
"lxml>=4.9.1",
2627
]
2728

2829
setup(

0 commit comments

Comments
 (0)