diff options
author | MichaĆ Klichowicz <emkael@tlen.pl> | 2018-02-23 23:19:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-23 23:19:41 +0100 |
commit | 7d8b36b7f2a3a75eaf0c1ce15a2c567d6fc2fb1d (patch) | |
tree | b7c02f91223a38ab527c660e93d1bb836189a4a6 /requirements.txt | |
parent | e8a06741465702163977c638c5d11ff4419e7c75 (diff) | |
parent | 1b00e18411adf6acb1852b1ee2c69bd0e71cabac (diff) |
Merge pull request #20 from michzimny/master
add missing lxml requirement
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 4dd16c5..4cdf790 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ requests==2.18 beautifulsoup4==4.6 cached-property==1.3.1 +lxml==4.1.1 |