Spaces:
Sleeping
Sleeping
File size: 574 Bytes
7ff6662 b15fd58 7ff6662 b617fcc 7ff6662 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # Core openai>=1.0.0 requests>=2.31.0 beautifulsoup4>=4.12.0 lxml>=4.9.0 fake-useragent>=1.4.0 python-dotenv>=1.0.0 tqdm>=4.65.0 colorama>=0.4.6 # Resume pdfplumber>=0.10.0 python-docx>=1.1.0 reportlab>=4.0.0 docx2pdf>=0.1.8; sys_platform == 'win32' # Excel pandas>=2.1.0 openpyxl>=3.1.0 # Scraping playwright>=1.40.0 aiohttp>=3.9.0 httpx>=0.27.0 # Google Sheets gspread>=6.0.0 google-auth>=2.20.0 google-auth-oauthlib>=1.0.0 google-api-python-client>=2.90.0 # Research engine ddgs>=1.0.0 # Fuzzy matching (cross-platform dedup) rapidfuzz>=3.0 # UI streamlit>=1.45.0 |