Skip to content

Commit

Permalink
Limit openpyxl to ~2.1
Browse files Browse the repository at this point in the history
openpyxl is not following semver.
  • Loading branch information
jacebrowning committed Jan 18, 2017
1 parent deb0760 commit 53be5c7
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 @@ -53,7 +53,7 @@
install_requires=[
"PyYAML >= 3.10, < 4",
"Markdown >= 2, < 3",
"openpyxl >= 2.1, < 3, != 2.1.0",
"openpyxl >= 2.1, < 2.2",
"bottle == 0.12.13",
"requests >= 2, < 3",
"pyficache == 0.3.1",
Expand Down

0 comments on commit 53be5c7

Please sign in to comment.