Skip to content

Commit

Permalink
Remove SCons from dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Sep 8, 2015
1 parent 3189a9d commit 07e49cd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,12 @@
url=__url__,
license=__license__,
install_requires=[
"pip>=7",
"setuptools>=18",
"bottle",
"click>=3.2",
"lockfile>=0.9.1",
"pyserial",
"requests>=2.4.0",
"SCons"
"requests>=2.4.0"
] + (["colorama"] if system() == "Windows" else []),
setup_requires=[
"pip>=7",
"setuptools>=18"
],
packages=find_packages(),
package_data={
"platformio": [
Expand Down

0 comments on commit 07e49cd

Please sign in to comment.