0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00

Specify django-taggit 0.22.2 for Django 2.0 support

This commit is contained in:
Matt Westcott 2018-01-02 14:47:07 +00:00
parent 0b44392c3d
commit cca7653839
2 changed files with 1 additions and 2 deletions

View File

@ -23,7 +23,7 @@ except ImportError:
install_requires = [
"Django>=1.11,<2.1",
"django-modelcluster>=4.0,<5.0",
"django-taggit>=0.20,<1.0",
"django-taggit>=0.22.2,<1.0",
"django-treebeard>=4.2.0,<5.0",
"djangorestframework>=3.1.3,<4.0",
"Pillow>=2.6.1,<5.0",

View File

@ -42,7 +42,6 @@ deps =
dj111: Django>=1.11b1,<2.0
dj111-mssql: django-pyodbc-azure==1.11.0.0
dj20: Django>=2.0,<2.1
dj20: git+https://github.com/alex/django-taggit.git
postgres: psycopg2>=2.6
mysql: mysqlclient==1.3.6
elasticsearch2: elasticsearch>=2,<3