From e56c9f70f6e08c9bdc75dd64e139f29e6830c587 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 26 Nov 2015 11:58:43 +0100 Subject: [PATCH] remove dependency on XStatic-jQuery --- setup.py | 1 - xstatic/pkg/chart_js/__init__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a2f18a0..7f70848 100644 --- a/setup.py +++ b/setup.py @@ -22,5 +22,4 @@ setup( namespace_packages=['xstatic', 'xstatic.pkg', ], include_package_data=True, zip_safe=False, - install_requires=['XStatic-jQuery'], ) diff --git a/xstatic/pkg/chart_js/__init__.py b/xstatic/pkg/chart_js/__init__.py index 4b564f4..5ae8902 100644 --- a/xstatic/pkg/chart_js/__init__.py +++ b/xstatic/pkg/chart_js/__init__.py @@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '1.0.2' # version of the packaged files, please use the upstream # version number -BUILD = '1' # our package build number, so we can release new builds +BUILD = '2' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi