Skip to content

Commit

Permalink
Merge pull request #1145 from yyyangw/feature/djangorestframework_update
Browse files Browse the repository at this point in the history
djangorestframework 组件版本降级
  • Loading branch information
Lingghh authored Jul 25, 2024
2 parents 997971b + 89ec807 commit 5ac1479
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions server/configs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Django==3.2.25
pymysql==1.1.1

# for rest api
djangorestframework==3.15.2
djangorestframework==3.14.0
django-filter==2.4.0
django-import-export==2.5.0
django-cors-headers==3.7.0
Expand All @@ -24,7 +24,7 @@ Pygments==2.15.0
django-guardian==2.3.0

# for document
drf-yasg==1.17.0
drf-yasg==1.21.5

# for celery
celery==5.2.3
Expand Down
4 changes: 2 additions & 2 deletions server/projects/analysis/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ Jinja2==3.1.4
markupsafe==2.0.1

# for rest api
djangorestframework==3.11.2
djangorestframework==3.14.0
coreapi==2.3.3
Markdown==3.3.4
django-cors-headers==3.7.0
Pygments==2.15.0

# for document
drf-yasg==1.17.0
drf-yasg==1.21.5

# for file upload and download
urllib3==1.26.19
Expand Down
2 changes: 1 addition & 1 deletion server/projects/file/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Django==3.2.25
pymysql==1.1.1

# for rest api
djangorestframework==3.11.2
djangorestframework==3.14.0

# for celery
celery==5.2.3
Expand Down
2 changes: 1 addition & 1 deletion server/projects/login/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Django==3.2.25
pymysql==1.1.1

# for rest api
djangorestframework==3.11.2
djangorestframework==3.14.0

# for login
djangorestframework-simplejwt==5.1.0
Expand Down
4 changes: 2 additions & 2 deletions server/projects/main/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ redis==4.5.4
celery-redbeat==2.0.0

# for rest api
djangorestframework==3.11.2
djangorestframework==3.14.0
coreapi==2.3.3
Markdown==3.3.4
Pygments==2.15.0
django-filter==2.4.0
django-cors-headers==3.7.0

# for Document
drf-yasg==1.17.1
drf-yasg==1.21.5

# for password
pyaes==1.6.1
Expand Down

0 comments on commit 5ac1479

Please sign in to comment.