CoolFace
Apppublic

Rhinox13/chatapi

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
pyproject.toml20 linesDownload Raw Back to backend
1[project]
2name = "backend"
3version = "0.1.0"
4description = "Add your description here"
5readme = "README.md"
6requires-python = ">=3.12"
7dependencies = [
8    "flask>=3.1.0",
9    "flask-cors>=6.0.2",
10    "flask-sock>=0.7.0",
11    "python-dotenv>=1.2.2",
12    "qrcode>=7.4",
13    "pillow>=10.0",
14    "resend>=2.0.0",
15    "sib-api-v3-sdk>=7.6.0",
16    "tencentcloud-sdk-python>=3.0.0",
17    "gunicorn>=26.0.0",
18    "regex>=2024.11.6",
19]
20