fix
[fnpdjango.git] / setup.py
index 75a2f35..1865b06 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,4 @@
 #!/usr/bin/env python
-# -*- coding: utf-8 -*-
 #
 import os.path
 from setuptools import setup, find_packages
@@ -23,7 +22,7 @@ def whole_trees(package_dir, paths):
 
 setup(
     name='fnpdjango',
-    version='0.2.3',
+    version='0.7',
     author='Radek Czajka',
     author_email='radekczajka@nowoczesnapolska.org.pl',
     url='',
@@ -33,12 +32,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>=2.0,<5.0',
     ],
+    extras_require={
+        'textile': [
+            'textile>=4.0.2',
+        ],
+        'pipeline': [
+            'pipeline',
+        ],
+    },
     license='LICENSE',
     description='.',
     long_description="",