forked from I-deul-of-zoo/wanted-feed-service
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 이전 회원가입, 로그인 api에 필요한 파일들과 약간의 코드 수정 (중요 x)
- Loading branch information
Showing
6 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,31 @@ | ||
asgiref==3.7.2 | ||
certifi==2023.7.22 | ||
cffi==1.16.0 | ||
charset-normalizer==3.3.1 | ||
cryptography==41.0.5 | ||
defusedxml==0.7.1 | ||
dj-rest-auth==5.0.1 | ||
Django==4.2.6 | ||
django-allauth==0.57.0 | ||
django-cors-headers==4.3.0 | ||
django-environ==0.11.2 | ||
djangorestframework==3.14.0 | ||
djangorestframework-simplejwt==5.3.0 | ||
drf-yasg==1.21.7 | ||
idna==3.4 | ||
inflection==0.5.1 | ||
mysqlclient==2.2.0 | ||
oauthlib==3.2.2 | ||
packaging==23.2 | ||
pycparser==2.21 | ||
PyJWT==2.8.0 | ||
PyMySQL==1.1.0 | ||
python3-openid==3.2.0 | ||
pytz==2023.3.post1 | ||
PyYAML==6.0.1 | ||
requests==2.31.0 | ||
requests-oauthlib==1.3.1 | ||
sqlparse==0.4.4 | ||
tzdata==2023.3 | ||
uritemplate==4.1.1 | ||
urllib3==2.0.7 |
File renamed without changes.