Skip to content

Commit

Permalink
Merge pull request #21 from mswell/pypdf_error
Browse files Browse the repository at this point in the history
Fix pypdf2 and html2text error on instalation
  • Loading branch information
danimaribeiro authored Mar 5, 2018
2 parents c23a0cf + f156612 commit 8e79189
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install_odoo_trustcodebr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,13 @@ then
pip3 install psycopg2==2.5.4
pip3 install pyPdf==1.13
pip3 install pydot==1.2.4
pip3 install PyPDF2==1.26.0
pip3 install pyparsing==2.0.3
pip3 install pyserial==2.7
pip3 install python-dateutil==2.4.0
pip3 install python-ldap==3.0.0b4
pip3 install python-openid==2.2.5
pip3 install html2text==2018.1.9
pip3 install pytz==2014.10
pip3 install pyusb==1.0.0b2
pip3 install qrcode==5.1
Expand Down

0 comments on commit 8e79189

Please sign in to comment.