filesend/backend/requirements.txt

12 lines
183 B
Plaintext
Raw Permalink Normal View History

2025-10-10 17:25:29 +08:00
Flask==2.3.3
Flask-SQLAlchemy==3.0.5
Flask-JWT-Extended==4.5.3
Flask-CORS==4.0.0
Werkzeug==2.3.7
PyMySQL==1.1.0
python-dotenv==1.0.0
# 测试框架
pytest==7.4.4
pytest-flask==1.3.0