Skip to content
  • This project
    • Loading...
  • Sign in

沈秋雨 / lyric_rhyme

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • lyric_rhyme
  • requirements.txt
  • 沈秋雨's avatar
    简化去重链路,仅保留使用pg作为数据库的链路 · fec2556e ...
    fec2556e
    使用opencc作为简繁转换
    沈秋雨 authored 2026-06-04 13:48:52 +0800
requirements.txt 249 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# Test runner
pytest>=8.0

# PostgreSQL storage prototype
psycopg[binary]>=3.2
OpenCC>=1.3.1

# Existing MySQL/COS lyric download utilities
pymysql>=1.1
cos-python-sdk-v5>=1.9
tqdm>=4.66

# HTTP API server
fastapi>=0.110.0
uvicorn[standard]>=0.29.0