Skip to content

Commit 95f9c85

Browse files
committed
pin django taggit version
1 parent feec218 commit 95f9c85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pandas==0.20.3
2323
requests~=2.18 # for communication with the rocketchat API
2424

2525
# django-cards dependencies
26-
django-taggit~=0.22
27-
django-taggit-serializer~=0.1
28-
drf-writable-nested~=0.3
26+
django-taggit==0.22
27+
django-taggit-serializer==0.1
28+
drf-writable-nested==0.3
2929

3030
# django-filter==0.7
3131
django-filter==0.10.0

0 commit comments

Comments
 (0)