Browse Source

完善.gitignore和requirements.txt

locky 2 weeks ago
parent
commit
7e0cf9be7b
2 changed files with 12 additions and 4 deletions
  1. 2 1
      .gitignore
  2. 10 3
      requirements.txt

+ 2 - 1
.gitignore

@@ -2,4 +2,5 @@
 /__pycache__
 /VSeesResourceWeb/__pycache__
 /background/__pycache__
-/background/migrations
+/background/migrations
+/logs/*

+ 10 - 3
requirements.txt

@@ -1,7 +1,14 @@
-asgiref==3.7.2
-Django~=3.2.16
+asgiref==3.4.1
+Django==3.2.20
 djangorestframework==3.14.0
 mysqlclient==1.4.6
 pytz==2023.3
 sqlparse==0.4.4
-typing_extensions==4.7.1
+typing_extensions==4.1.1
+boto3==1.23.10
+botocore==1.26.10
+requests==2.18.4
+redis==3.4.1
+boto3==1.23.10
+botocore==1.26.10
+PyJWT==1.5.3