Skip to content

Commit 6719932

Browse files
committed
update deps: add PyYAML
1 parent f818c1d commit 6719932

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
lxml
22
requests
3+
PyYAML
34
flake8
45
pytest

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
REQS = [
99
'lxml',
1010
'requests',
11+
'PyYAML',
1112
]
1213

1314

0 commit comments

Comments
 (0)