From 6f63947748a6905cd7c4bcad040dfb78cabee8bd Mon Sep 17 00:00:00 2001 From: icurfer Date: Sun, 28 Sep 2025 23:41:10 +0900 Subject: [PATCH] pip require modify --- requirements.txt | 5 ++++- version | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d405038..40d82d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,16 @@ asgiref==3.8.1 certifi==2025.1.31 +cffi==2.0.0 charset-normalizer==3.4.1 coreapi==2.3.3 coreschema==0.0.4 +cryptography==46.0.1 Django==4.2.14 django-cors-headers==4.7.0 djangorestframework==3.16.0 djangorestframework_simplejwt==5.5.0 drf-yasg==1.21.10 +gunicorn==20.1.0 idna==3.10 inflection==0.5.1 itypes==1.2.0 @@ -15,6 +18,7 @@ Jinja2==3.1.6 MarkupSafe==3.0.2 mysqlclient==2.2.7 packaging==25.0 +pycparser==2.23 PyJWT==2.9.0 python-dotenv==1.0.1 pytz==2025.2 @@ -24,4 +28,3 @@ sqlparse==0.5.3 typing_extensions==4.13.2 uritemplate==4.1.1 urllib3==2.4.0 -gunicorn==20.1.0 \ No newline at end of file diff --git a/version b/version index 254a9f2..bd42f49 100644 --- a/version +++ b/version @@ -1 +1 @@ -v0.0.6 \ No newline at end of file +v0.0.6_r1 \ No newline at end of file