-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-linux-ubuntu.txt
More file actions
38 lines (32 loc) · 1.71 KB
/
requirements-linux-ubuntu.txt
File metadata and controls
38 lines (32 loc) · 1.71 KB
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
# ============================================================================
# eCan.ai Linux Ubuntu Desktop Requirements
# ============================================================================
# This file contains dependencies for running eCan.ai desktop application
# on Ubuntu Linux with full GUI support (PySide6/Qt).
#
# Usage:
# pip install -r requirements-linux-ubuntu.txt
#
# System dependencies required (Ubuntu/Debian):
# apt-get install -y gcc libffi-dev libgl1 libglib2.0-0 \
# libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 \
# libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xfixes0 \
# libxcb-xinerama0 libxcb-cursor0 scrot python3-tk tesseract-ocr
# ============================================================================
# Import base dependencies (shared across all platforms)
-r requirements-base.txt
# ============================================================================
# LINUX-SPECIFIC PACKAGES
# ============================================================================
# Linux-specific utilities
colorama==0.4.6 # Terminal color support (Linux-specific)
schedule==1.2.2 # Job scheduling (Linux-specific)
xlrd==2.0.1 # Excel file reading (Linux-specific)
# Linux-specific testing tools
pytest>=8.2.2 # Testing framework (Linux-specific)
pytest-asyncio>=1.0.0 # Async testing support
pytest-cov>=4.1.0 # Coverage reporting
# Linux-specific web scraping (includes lxml support)
crawl4ai==0.8.0 # Web crawling with lxml support (Linux has wheels)
# Linux-specific browser automation version
browser-use==0.12.0 # Specific version for Linux compatibility