X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/e4707d78bf213a6634de0a8ad6ec0c2ebdd6de82..c7680f63416bfb4e05c97d024e767ab7501c944d:/setup.py diff --git a/setup.py b/setup.py index a2c5ef0..7b77c83 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def whole_trees(package_dir, paths): setup( name='fnpdjango', - version='0.2.8', + version='0.4.4', author='Radek Czajka', author_email='radekczajka@nowoczesnapolska.org.pl', url='', @@ -33,9 +33,16 @@ setup( 'fnpdjango.management.commands': ['babel.cfg'], }, install_requires=[ - 'Django>=1.4,<1.11', - 'textile==2.3.16', + 'Django>=1.4,<3.1', ], + extras_require={ + 'textile': [ + 'textile==2.3.16', + ], + 'pipeline': [ + 'pipeline', + ], + }, license='LICENSE', description='.', long_description="",