Skip to content

Commit

Permalink
Pin gphoto2 version (should fix #221)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Apr 5, 2016
1 parent eed8cc8 commit b820c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def run(self):
],
extras_require={
"chdkcamera": ["jpegtran-cffi >= 0.4", "chdkptp.py >= 0.1.3"],
"gphoto2camera": ["gphoto2-cffi >= 0.2"],
"gphoto2camera": ["gphoto2-cffi >= 0.2,<0.3"],
"autorotate": ["jpegtran-cffi >= 0.4"],
"gui": ["PySide >= 1.2.1"],
"hidtrigger": ["hidapi-cffi >= 0.1"],
Expand Down

0 comments on commit b820c37

Please sign in to comment.