From f59ffa69804b3cedb92e3b569cf34e783c9fbb40 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Wed, 18 Oct 2017 10:46:34 +0200 Subject: [PATCH] add xstatic-josefinsans dependency (#19517) --- combo/settings.py | 1 + debian/control | 1 + requirements.txt | 1 + setup.py | 1 + 4 files changed, 4 insertions(+) diff --git a/combo/settings.py b/combo/settings.py index 0d60503..6025eb6 100644 --- a/combo/settings.py +++ b/combo/settings.py @@ -84,6 +84,7 @@ INSTALLED_APPS = ( 'xstatic.pkg.leaflet', 'xstatic.pkg.opensans', 'xstatic.pkg.roboto_fontface', + 'xstatic.pkg.josefinsans', ) INSTALLED_APPS = plugins.register_plugins_apps(INSTALLED_APPS) diff --git a/debian/control b/debian/control index 3becbcb..1493296 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Depends: ${misc:Depends}, ${python:Depends}, python-xstatic-leaflet, python-xstatic-opensans, python-xstatic-roboto-fontface, + python-xstatic-josefinsans, python-eopayment (>= 1.9), python-django-haystack (>= 2.4.0), python-sorl-thumbnail, diff --git a/requirements.txt b/requirements.txt index 660784f..6614658 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ XStatic-ChartNew.js XStatic-Leaflet XStatic_OpenSans XStatic_roboto-fontface +XStatic_JosefinSans eopayment>=1.13 python-dateutil djangorestframework>=3.3, <3.4 diff --git a/setup.py b/setup.py index b2df037..7ad436e 100644 --- a/setup.py +++ b/setup.py @@ -114,6 +114,7 @@ setup( 'XStatic-Leaflet', 'XStatic_OpenSans', 'XStatic_roboto-fontface', + 'XStatic_JosefinSans', 'eopayment>=1.13', 'python-dateutil', 'djangorestframework>=3.3, <3.4', -- 2.15.0.rc1