20 lines
345 B
Plaintext
20 lines
345 B
Plaintext
# Umamusume Support Card Manager
|
|
# Required Python packages
|
|
|
|
# Web scraping
|
|
playwright>=1.40.0
|
|
beautifulsoup4>=4.12.0
|
|
requests>=2.31.0
|
|
|
|
# Image handling
|
|
Pillow>=10.0.0
|
|
|
|
# Database (included with Python, but listing for clarity)
|
|
# sqlite3 - built-in
|
|
|
|
# GUI (included with Python)
|
|
# tkinter - built-in
|
|
|
|
# Optional: for development
|
|
# pytest>=7.0.0
|