pip require modify
All checks were successful
Build And Test / build-and-push (push) Successful in 2m24s

This commit is contained in:
2025-09-28 23:41:10 +09:00
parent 1e852671f3
commit 6f63947748
2 changed files with 5 additions and 2 deletions

View File

@ -1,13 +1,16 @@
asgiref==3.8.1 asgiref==3.8.1
certifi==2025.1.31 certifi==2025.1.31
cffi==2.0.0
charset-normalizer==3.4.1 charset-normalizer==3.4.1
coreapi==2.3.3 coreapi==2.3.3
coreschema==0.0.4 coreschema==0.0.4
cryptography==46.0.1
Django==4.2.14 Django==4.2.14
django-cors-headers==4.7.0 django-cors-headers==4.7.0
djangorestframework==3.16.0 djangorestframework==3.16.0
djangorestframework_simplejwt==5.5.0 djangorestframework_simplejwt==5.5.0
drf-yasg==1.21.10 drf-yasg==1.21.10
gunicorn==20.1.0
idna==3.10 idna==3.10
inflection==0.5.1 inflection==0.5.1
itypes==1.2.0 itypes==1.2.0
@ -15,6 +18,7 @@ Jinja2==3.1.6
MarkupSafe==3.0.2 MarkupSafe==3.0.2
mysqlclient==2.2.7 mysqlclient==2.2.7
packaging==25.0 packaging==25.0
pycparser==2.23
PyJWT==2.9.0 PyJWT==2.9.0
python-dotenv==1.0.1 python-dotenv==1.0.1
pytz==2025.2 pytz==2025.2
@ -24,4 +28,3 @@ sqlparse==0.5.3
typing_extensions==4.13.2 typing_extensions==4.13.2
uritemplate==4.1.1 uritemplate==4.1.1
urllib3==2.4.0 urllib3==2.4.0
gunicorn==20.1.0

View File

@ -1 +1 @@
v0.0.6 v0.0.6_r1