mirror of
https://github.com/wahyd4/Adafruit_Python_SSD1306.git
synced 2026-08-09 04:46:43 +10:00
Bump Adafruit_GPIO dependency up to v0.3.0 to get SPI mode fix.
This commit is contained in:
@@ -9,6 +9,6 @@ setup(name = 'Adafruit_SSD1306',
|
||||
description = 'Python library to use SSD1306-based 128x64 or 128x32 pixel OLED displays with a Raspberry Pi or Beaglebone Black.',
|
||||
license = 'MIT',
|
||||
url = 'https://github.com/adafruit/Adafruit_Python_SSD1306/',
|
||||
dependency_links = ['https://github.com/adafruit/Adafruit_Python_GPIO/tarball/master#egg=Adafruit-GPIO-0.2.0'],
|
||||
install_requires = ['Adafruit-GPIO>=0.2.0'],
|
||||
dependency_links = ['https://github.com/adafruit/Adafruit_Python_GPIO/tarball/master#egg=Adafruit-GPIO-0.3.0'],
|
||||
install_requires = ['Adafruit-GPIO>=0.3.0'],
|
||||
packages = find_packages())
|
||||
|
||||
Reference in New Issue
Block a user