Browse Source

bump WeasyPrint

pull/2446/head
Leandro Roberto 6 years ago
parent
commit
a429796990
  1. 6
      requirements/requirements.txt
  2. 2
      setup.py

6
requirements/requirements.txt

@ -23,13 +23,13 @@ psycopg2-binary==2.7.6.1
pyyaml==4.2b1 pyyaml==4.2b1
pytz==2018.9 pytz==2018.9
rtyaml==0.0.5 rtyaml==0.0.5
python-magic==0.4.15
unipath==1.1
WeasyPrint==44
textract==1.5.0 textract==1.5.0
unipath==1.1
pysolr==3.6.0 pysolr==3.6.0
python-magic==0.4.12
gunicorn==19.6.0 gunicorn==19.6.0
WeasyPrint==0.42
whoosh==2.7.4 whoosh==2.7.4
git+git://github.com/interlegis/trml2pdf.git git+git://github.com/interlegis/trml2pdf.git

2
setup.py

@ -34,13 +34,13 @@ install_requires = [
'pyyaml==4.2b1', 'pyyaml==4.2b1',
'pytz==2018.9', 'pytz==2018.9',
'rtyaml==0.0.5', 'rtyaml==0.0.5',
'WeasyPrint==44',
'textract==1.5.0', 'textract==1.5.0',
'unipath==1.1', 'unipath==1.1',
'pysolr==3.6.0', 'pysolr==3.6.0',
'python-magic==0.4.12', 'python-magic==0.4.12',
'gunicorn==19.6.0', 'gunicorn==19.6.0',
'WeasyPrint==0.42',
'whoosh==2.7.4', 'whoosh==2.7.4',
'drfdocs', 'drfdocs',

Loading…
Cancel
Save