diff --git a/requirements/test.txt b/requirements/test.txt index 01b4197..aed8204 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,10 +3,6 @@ django-autoslug==1.9.3 django-bleach==0.3.0 psycopg2==2.7.3.2 -pylint==1.8.1 -pylint-common==0.2.5 -pylint-django==0.8.0 -pylint-plugin-utils==0.2.6 coverage==4.4.2 flake8==3.6.0 pep8==1.7.1 diff --git a/setup.py b/setup.py index 14f0c49..9c07e45 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8 setup( name='django-localized-fields', - version='5.0a5', + version='5.0a6', packages=find_packages(exclude=['tests']), include_package_data=True, license='MIT License',