Commit 49b84075456ab4ae917681a09d9d72838815d4ce
1 parent
114cf48a
Exists in
master
and in
5 other branches
Adding requirements of the image-crawler [Issue:#198]
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
requirements.txt
@@ -21,4 +21,7 @@ pycpfcnpj==1.0.2 | @@ -21,4 +21,7 @@ pycpfcnpj==1.0.2 | ||
21 | six==1.10.0 | 21 | six==1.10.0 |
22 | validators==0.11.0 | 22 | validators==0.11.0 |
23 | Werkzeug==0.11.11 | 23 | Werkzeug==0.11.11 |
24 | -whitenoise==3.2.2 | ||
25 | \ No newline at end of file | 24 | \ No newline at end of file |
25 | +whitenoise==3.2.2 | ||
26 | +beautifulsoup4==4.5.1 | ||
27 | +lxml==3.6.4 | ||
28 | +requests==2.11.1 |