
# Softube Downloader Enhanced Edition - Dependencies
# Все зависимости используют только стандартные и проверенные библиотеки

# HTTP requests library for downloading files
requests>=2.28.0

# HTML parsing library for extracting download links
beautifulsoup4>=4.11.0

# XML parser for BeautifulSoup (faster and more reliable than html.parser)
lxml>=4.9.0

# Note: tkinter is included with Python standard library
# Note: All other utilities use Python standard library only
