mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 22:14:45 +00:00
Updated django-taggit to 0.12.1
This commit is contained in:
parent
1e0bd57415
commit
bab28400de
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
|
@ -28,7 +28,7 @@ install_requires = [
|
|||
"django-compressor>=1.4",
|
||||
"django-libsass>=0.2",
|
||||
"django-modelcluster>=0.3",
|
||||
"django-taggit==0.12.0",
|
||||
"django-taggit==0.12.1",
|
||||
"django-treebeard==2.0",
|
||||
"Pillow>=2.3.0",
|
||||
"beautifulsoup4>=4.3.2",
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -4,7 +4,7 @@ base =
|
|||
django-compressor>=1.4
|
||||
django-libsass>=0.2
|
||||
django-modelcluster>=0.3
|
||||
django-taggit==0.12.0
|
||||
django-taggit==0.12.1
|
||||
django-treebeard==2.0
|
||||
Pillow>=2.3.0
|
||||
beautifulsoup4>=4.3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue