Skip to content

Commit dc79390

Browse files
committed
Fix duplicate requirement
1 parent e67b932 commit dc79390

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dj-rest-auth==3.0.0
55
Django==4.1.5
66
django-allauth==0.52.0
77
django-storages==1.13.2
8-
django-import-export==3.0.2
8+
django-import-export==3.2.0
99
djangorestframework==3.14.0
1010
djangorestframework-simplejwt==5.2.2
1111
Markdown==3.4.1
@@ -22,5 +22,4 @@ drf-spectacular==0.25.1
2222
shortuuid==1.0.11
2323
jsons==1.6.3
2424
django-cors-headers==3.14.0
25-
requests==2.28.2
26-
django-import-export==3.2.0
25+
requests==2.28.2

0 commit comments

Comments
 (0)