forked from CVImprover/cvimprover-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
37 lines (30 loc) · 1.23 KB
/
requirements.txt
File metadata and controls
37 lines (30 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Django framework and core extensions
Django # The Django web framework
gunicorn # Used for Prod and WSGI
djangorestframework # REST API framework for Django
djangorestframework-simplejwt # JSON Web Token authentication for DRF
django-filter # Filtering support for DRF
django-allauth # User authentication and social login
dj-rest-auth[with_social] # Restful API for authentication with social login support
django-cors-headers # Handle Cross-Origin Resource Sharing (CORS) in Django
drf-spectacular # OpenAPI 3 schema generation for DRF
django_extensions # collection of custom extensions for the Django Framework
# Utility libraries
python-dotenv # Environment variable management
requests # HTTP requests library
cryptography # Encryption and cryptographic tools
openai
PyPDF2
markdown2
weasyprint
# Database and caching
psycopg2-binary # PostgreSQL database adapter for Python
# Celery - glorified crond
celery
django-celery-beat
eventlet
# Payments
stripe
# Caches
redis
django-redis