Spaces:
Sleeping
Sleeping
File size: 2,672 Bytes
9f5ee50 1cc3f9e 9f5ee50 b947dcf 9f5ee50 098e9b4 9f5ee50 |
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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
# ============================================================================= # Design System Extractor v2 — Dependencies # ============================================================================= # ----------------------------------------------------------------------------- # Core Framework # ----------------------------------------------------------------------------- gradio>=4.44.0 langgraph>=0.2.0 langchain>=0.3.0 # ----------------------------------------------------------------------------- # HuggingFace (Primary LLM Provider) # ----------------------------------------------------------------------------- huggingface-hub>=0.27.0 # Updated for new router.huggingface.co endpoint transformers>=4.40.0 # ----------------------------------------------------------------------------- # Data Validation & Configuration # ----------------------------------------------------------------------------- pydantic>=2.0.0 pydantic-settings>=2.0.0 python-dotenv>=1.0.0 PyYAML>=6.0.0 # ----------------------------------------------------------------------------- # Web Crawling & Browser Automation # ----------------------------------------------------------------------------- playwright>=1.40.0 beautifulsoup4>=4.12.0 lxml>=5.0.0 httpx>=0.25.0 firecrawl-py>=4.0.0 # ----------------------------------------------------------------------------- # CSS & Color Processing # ----------------------------------------------------------------------------- cssutils>=2.9.0 colormath>=3.0.0 colour>=0.1.5 # ----------------------------------------------------------------------------- # Data Processing # ----------------------------------------------------------------------------- numpy>=1.24.0 pandas>=2.0.0 # ----------------------------------------------------------------------------- # Async Support # ----------------------------------------------------------------------------- aiofiles>=23.0.0 # ----------------------------------------------------------------------------- # Utilities # ----------------------------------------------------------------------------- rich>=13.0.0 tqdm>=4.66.0 python-slugify>=8.0.0 loguru>=0.7.0 jsonschema>=4.20.0 # ----------------------------------------------------------------------------- # Testing (development only) # ----------------------------------------------------------------------------- pytest>=7.4.0 pytest-asyncio>=0.21.0 pytest-cov>=4.1.0 # ----------------------------------------------------------------------------- # Type Checking (development only) # ----------------------------------------------------------------------------- mypy>=1.5.0 types-PyYAML>=6.0.0 types-beautifulsoup4>=4.12.0 |