rinogeek commited on
Commit
c2c51a2
·
1 Parent(s): ef287e1

first commit

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -25
requirements.txt CHANGED
@@ -1,29 +1,36 @@
1
- # Django & DRF
2
- Django==5.0.1
3
- djangorestframework==3.14.0
 
 
 
 
 
4
  django-filter==23.5
5
-
6
- # Authentication
7
  djangorestframework-simplejwt==5.3.1
8
-
9
- # CORS
10
- django-cors-headers==4.3.1
11
-
12
- # Database
 
 
 
 
13
  psycopg2-binary==2.9.9
14
-
15
- # Image handling
16
- Pillow==10.2.0
17
-
18
- # Environment variables
19
  python-decouple==3.8
20
-
21
- # Production server
22
- gunicorn==21.2.0
23
-
24
- # Gemini AI Integration
25
- google-genai>=1.52.0
26
-
27
- # Storage (optional - pour AWS S3 si besoin)
28
- # django-storages==1.14.2
29
- # boto3==1.34.22
 
1
+ annotated-types==0.7.0
2
+ anyio==4.12.0
3
+ asgiref==3.11.0
4
+ cachetools==6.2.2
5
+ certifi==2025.11.12
6
+ charset-normalizer==3.4.4
7
+ Django==5.2.8
8
+ django-cors-headers==4.3.1
9
  django-filter==23.5
10
+ djangorestframework==3.14.0
 
11
  djangorestframework-simplejwt==5.3.1
12
+ google-auth==2.43.0
13
+ google-genai==1.52.0
14
+ gunicorn==21.2.0
15
+ h11==0.16.0
16
+ httpcore==1.0.9
17
+ httpx==0.28.1
18
+ idna==3.11
19
+ packaging==25.0
20
+ pillow==10.2.0
21
  psycopg2-binary==2.9.9
22
+ pyasn1==0.6.1
23
+ pyasn1_modules==0.4.2
24
+ pydantic==2.12.5
25
+ pydantic_core==2.41.5
26
+ PyJWT==2.10.1
27
  python-decouple==3.8
28
+ pytz==2025.2
29
+ requests==2.32.5
30
+ rsa==4.9.1
31
+ sqlparse==0.5.3
32
+ tenacity==9.1.2
33
+ typing-inspection==0.4.2
34
+ typing_extensions==4.15.0
35
+ urllib3==2.5.0
36
+ websockets==15.0.1