Skip to content

Commit

Permalink
Flesh out extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 12, 2020
1 parent 81c3b96 commit e162cb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
include_package_data=True,
install_requires=['numpy'],
extras_require={
'rpi-gpio-output': ['spidev', 'RPi.GPIO', 'smbus2']
'rpi-gpio-output': ['spidev', 'RPi.GPIO', 'smbus2'],
'rpi': ['spidev', 'RPi.GPIO', 'smbus2'],
'fonts': ['font-fredoka-one', 'font-source-serif-pro', 'font-hanken-grotesk', 'font-intuitive'],
'example-depends': ['requests', 'geocoder', 'beautifulsoup4']
}
)

0 comments on commit e162cb3

Please sign in to comment.