# =========================== # Skull Pi - Requirements (Fixed v4) # =========================== # Résolution des conflits typing-extensions/typing-inspection # =========================== # --- Core & Async (versions compatibles) --- annotated-types==0.6.0 anyio==3.7.1 asyncio-mqtt==0.16.2 attrs==22.2.0 sniffio==1.3.1 typing_extensions==4.12.2 # typing-inspection retiré car source de conflits # --- MQTT Communication --- paho-mqtt==2.1.0 # --- Web API Framework (versions alignées) --- fastapi==0.104.1 uvicorn==0.24.0 starlette==0.27.0 python-multipart==0.0.6 aiofiles==23.2.1 # --- Computer Vision (versions disponibles pour Pi) --- opencv-python==4.8.1.78 numpy>=1.24.0,<2.0.0 mediapipe==0.10.9 Pillow==10.0.1 # --- Audio Processing --- pyaudio==0.2.14 sounddevice==0.4.6 pydub==0.25.1 pygame==2.5.2 srt==3.5.3 librosa==0.10.1 soundfile==0.12.1 # --- Speech Recognition & TTS --- vosk==0.3.45 SpeechRecognition==3.10.4 pyttsx3==2.90 # --- Servo & GPIO Control --- gpiozero==2.0.1 lgpio==0.2.2.0 rpi-lgpio==0.6 RPi.GPIO==0.7.1; platform_machine=="armv7l" or platform_machine=="aarch64" fake-rpi==0.7.1; platform_machine!="armv7l" and platform_machine!="aarch64" pigpio==1.78 spidev==3.5 videodev2==0.0.4 colorzero==2.0 # --- AI & ML (versions compatibles) --- openai==1.35.5 anthropic==0.31.0 transformers==4.35.2 torch==2.1.0 torchaudio==2.1.0 # --- JSON, Config & Data --- jsonpointer==2.3 jsonschema==4.19.2 pyrsistent==0.20.0 rfc3987==1.3.8 webcolors==1.13 uritemplate==4.1.1 ujson==5.8.0 orjson==3.9.10 pydantic==2.5.3 pydantic_core==2.14.6 pydantic-settings==2.1.0 python-dotenv==1.0.1 # --- HTTP & Networking --- httpcore==1.0.2 httpx==0.25.2 idna==3.6 requests==2.31.0 urllib3==2.1.0 certifi==2023.11.17 chardet==5.2.0 charset-normalizer==3.3.2 # --- System & Utils --- distro==1.9.0 packaging==23.2 psutil==5.9.8 schedule==1.2.2 watchdog==4.0.1 loguru==0.7.2 colorlog==6.8.2 ssh-import-id==5.10 tqdm==4.66.1 iniconfig==2.0.0 olefile==0.47 libarchive-c==5.0 # --- Security / Crypto --- cffi==1.16.0 pycparser==2.21 pycryptodomex==3.19.0 # --- Image & Media --- piexif==1.1.3 simplejpeg==1.7.2 av==11.0.0 PyOpenGL==3.1.7 pidng==4.0.9 picamera2==0.3.30 # --- Dev & Testing --- pytest==7.4.4 pytest-asyncio==0.23.2 pytest-cov==4.1.0 coverage==7.3.4 pluggy==1.3.0 py==1.11.0 toml==0.10.2 black==23.12.1 flake8==6.1.0 Pygments==2.17.2 # --- WebSockets --- websockets==12.0 # --- Misc --- six==1.16.0 smbus2