ebuild_rasp2/requirements.txt

24 lines
579 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ebuild Raspberry Pi 2 runtime dependencies
#
# Not: Bazı paketler Raspbian üzerinde zaten sistem paketi olarak gelebilir.
# Buradaki liste, tipik bir Python 3 kurulumunda pip ile yüklenebilecek
# kütüphaneleri içerir.
RPi.GPIO>=0.7.0
gpiozero>=1.6.2
# DHT11 / DHT22 ve benzeri sensörler için
adafruit-circuitpython-dht>=4.0.0
Adafruit-Blinka>=8.0.0
# MCP3008 vb. SPI ADC için
adafruit-circuitpython-mcp3xxx>=1.0.0
# Zaman / saat dilimi vb. yardımcılar
pytz>=2024.1
# İleride log işleme / debug kolaylığı için (opsiyonel)
psutil>=5.9.0
astral
holidays