Skip to content

Commit b2f0d02

Browse files
author
student
committed
created user endpoint
1 parent 18b277b commit b2f0d02

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

requirements.txt

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
asgiref==3.9.1
2-
django==5.2.6
1+
asgiref==3.8.1
2+
black==24.8.0
3+
certifi==2025.8.3
4+
charset-normalizer==3.4.3
5+
click==8.1.8
6+
django==4.2.24
37
django-environ==0.12.0
4-
djangorestframework==3.16.1
5-
environ==1.0
8+
djangorestframework==3.15.2
9+
djangorestframework-simplejwt==5.5.1
10+
idna==3.10
11+
mypy-extensions==1.0.0
12+
packaging==24.2
13+
pathspec==0.12.1
14+
platformdirs==4.3.6
15+
pyjwt==2.10.1
16+
requests==2.32.5
17+
rest-framework-simplejwt==0.0.2
618
sqlparse==0.5.3
19+
urllib3==2.5.0

0 commit comments

Comments
 (0)