83 lines
1.4 KiB
Plaintext
Executable File
83 lines
1.4 KiB
Plaintext
Executable File
# =======================
|
|
# Core
|
|
# =======================
|
|
Django>=4.2,<4.3
|
|
|
|
djangorestframework>=3.14.0
|
|
django-filter>=23.5
|
|
django-cors-headers>=4.3.0
|
|
|
|
djangorestframework-simplejwt>=5.2.2
|
|
django-restql==0.15.2
|
|
|
|
# =======================
|
|
# Celery
|
|
# =======================
|
|
celery>=5.3.6
|
|
django-celery-beat>=2.5.0
|
|
django-celery-results>=2.5.1
|
|
redis>=4.4.0
|
|
django-redis>=5.3.0
|
|
cron-descriptor==1.2.35
|
|
|
|
# =======================
|
|
# Channels / ASGI
|
|
# =======================
|
|
channels>=4.0.0
|
|
daphne>=4.0.0
|
|
channels-redis>=4.1.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.31.0
|
|
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.2
|
|
docxtpl==0.16.7
|
|
|
|
# =======================
|
|
# DB
|
|
# =======================
|
|
pymysql==1.0.3
|
|
|
|
# =======================
|
|
# IoT / MQTT
|
|
# =======================
|
|
paho-mqtt==2.0.0
|