X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/4c829184e35f9cf229859c35496b728b7cfedf37..beb48f6071e161d3eab1ccde1dba403e0ac75a2b:/setup.py diff --git a/setup.py b/setup.py index 75a2f35..c5113fe 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def whole_trees(package_dir, paths): setup( name='fnpdjango', - version='0.2.3', + version='0.4.2', author='Radek Czajka', author_email='radekczajka@nowoczesnapolska.org.pl', url='', @@ -33,12 +33,16 @@ setup( 'fnpdjango.management.commands': ['babel.cfg'], }, install_requires=[ - 'Django>=1.4,<1.10', - 'textile==2.2a', - ], - dependency_links=[ - 'https://github.com/rczajka/python-textile/archive/f7a262f2a8409c8a8adb817b6a9f15f91187a527.zip#egg=textile-2.2a', + 'Django>=1.4,<2.3', ], + extras_require={ + 'textile': [ + 'textile==2.3.16', + ], + 'pipeline': [ + 'pipeline', + ], + }, license='LICENSE', description='.', long_description="",