83 lines
1.4 KiB
Plaintext
Executable File
83 lines
1.4 KiB
Plaintext
Executable File
# =======================
|
|
# Core
|
|
# =======================
|
|
Django==4.2.27
|
|
|
|
djangorestframework==3.16.1
|
|
django-filter==23.5
|
|
django-cors-headers==4.9.0
|
|
|
|
djangorestframework-simplejwt==5.5.1
|
|
django-restql==0.15.2
|
|
|
|
# =======================
|
|
# Celery
|
|
# =======================
|
|
celery==5.6.2
|
|
django-celery-beat==2.8.1
|
|
django-celery-results==2.6.0
|
|
redis==7.1.0
|
|
django-redis==6.0.0
|
|
cron-descriptor==1.2.35
|
|
|
|
# =======================
|
|
# Channels / ASGI
|
|
# =======================
|
|
channels==4.3.2
|
|
daphne==4.0.0
|
|
channels-redis==4.3.0
|
|
|
|
# =======================
|
|
# API Docs
|
|
# =======================
|
|
drf-yasg==1.21.7
|
|
|
|
# =======================
|
|
# Auth / Utils
|
|
# =======================
|
|
user-agents==2.2.0
|
|
psutil==5.9.0
|
|
|
|
# =======================
|
|
# Media / Image / CV
|
|
# =======================
|
|
pillow==9.5.0
|
|
opencv-python==4.5.5.62
|
|
shapely==1.8.3
|
|
|
|
# =======================
|
|
# Network / RPC
|
|
# =======================
|
|
requests==2.32.5
|
|
grpcio==1.47.0
|
|
grpcio-tools==1.47.0
|
|
protobuf==3.20.1
|
|
|
|
# =======================
|
|
# Cloud SDK
|
|
# =======================
|
|
aliyun-python-sdk-core==2.13.36
|
|
baidu-aip==4.16.6
|
|
|
|
# =======================
|
|
# Crypto
|
|
# =======================
|
|
pycryptodome==3.15.0
|
|
|
|
# =======================
|
|
# Excel / Docs
|
|
# =======================
|
|
xlwt==1.3.0
|
|
openpyxl==3.1.5
|
|
docxtpl==0.16.7
|
|
|
|
# =======================
|
|
# DB
|
|
# =======================
|
|
pymysql==1.0.3
|
|
|
|
# =======================
|
|
# IoT / MQTT
|
|
# =======================
|
|
paho-mqtt==2.0.0
|