Addition Of Files
This commit is contained in:
19
requirements.txt
Normal file
19
requirements.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user