Skip to content

Commit

Permalink
Bumpy pysoundcard (helps us on install get further on Windows)
Browse files Browse the repository at this point in the history
Bump setuptools
  • Loading branch information
stuaxo committed Feb 7, 2016
1 parent 6dadeff commit c364ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def run(self):

# Also requires one of 'vext.gi' or 'pgi' to run in GUI
BASE_REQUIREMENTS=[
"setuptools>=15.0.1", #
"setuptools>=18.8", #

"cairocffi>=0.7.2",
"meta", # as of meta version 0.4.1 the version is borked when installing from pypi
Expand All @@ -109,7 +109,7 @@ def run(self):
EXAMPLE_REQUIREMENTS=[
"fuzzywuzzy==0.5.0", # sbaudio
"planar", # examples
"PySoundCard==0.5.0", # sbaudio
"PySoundCard>=0.5.2", # sbaudio
]

def requirements(with_pgi=None, with_examples=True, debug=True):
Expand Down

0 comments on commit c364ce2

Please sign in to comment.