Skip to content

Commit

Permalink
Removed Install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tchellomello committed Jan 11, 2017
1 parent 7c0ae6d commit d227ec9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name = 'flux_led',
packages = ['flux_led'],
version = '0.11',
version = '0.12',
description = 'A Python library to communicate with the flux_led smart bulbs',
author = 'Daniel Høyer Iversen, Beville',
author_email = '[email protected]',
Expand All @@ -16,10 +16,6 @@
'smart bulbs',
'light',
],
install_requires = [
'colorsys',
'ast',
],
classifiers = [
'Development Status :: 3 - Alpha',
'Environment :: Other Environment',
Expand Down

0 comments on commit d227ec9

Please sign in to comment.