Skip to content

Commit

Permalink
bump dep version
Browse files Browse the repository at this point in the history
  • Loading branch information
QiYuTechDev committed Feb 10, 2022
1 parent cfbab81 commit 68adf6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# 配置随机长度的字符串就可以
DJANGO_SECRET_KEY="3$n)xi=*#fiyk21b^o_sj2kiuufds)n(&xhmj#4y_r11q9cgqoqe"
# DJANGO_ALLOWED_HOSTS
# DJANGO_CSRF_TRUSTED_ORIGINS
# DJANGO_LANGUAGE_CODE
# DJANGO_TIME_ZONE

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ django-dotenv==1.4.2
django-ipware==4.0.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
django-ninja==0.16.2; python_version >= "3.6"
django-picklefield==3.0.1; python_version >= "3"
django-qiyu-utils==0.4.1; python_version >= "3.9" and python_version < "4.0"
django-qiyu-utils==0.4.2; python_version >= "3.9" and python_version < "4.0"
django-structlog==2.2.0
django==4.0.2; python_version >= "3.8"
docutils==0.18.1; python_version >= "3.9" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.9" and python_version < "4.0" and python_full_version >= "3.5.0"
Expand Down

0 comments on commit 68adf6e

Please sign in to comment.