X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/26e2e8f9044a3d72cdc66be32cbf62aed118b146..f6a30b5b55786e17e583232526ababe164cccc30:/setup.py diff --git a/setup.py b/setup.py index 8f1806b..9922302 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def whole_trees(package_dir, paths): setup( name='fnpdjango', - version='0.1.19', + version='0.1.19-1', author='Radek Czajka', author_email='radekczajka@nowoczesnapolska.org.pl', url = '', @@ -38,7 +38,7 @@ setup( ], install_requires=[ 'django>=1.4,<1.7', - 'textile', + 'textile==2.1.5', ], license='LICENSE', description='.',