Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update minimum curtsies version requirement
from 0.1.18 to 0.2.0 so as to allow .width
  • Loading branch information
rybarczykj committed Jul 6, 2020
commit bc496d63f390f12620c0eab890d063634872ebf3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def initialize_options(self):
install_requires = [
"pygments",
"requests",
"curtsies >=0.1.18",
"curtsies >=0.2.0",
"greenlet",
"six >=1.5",
]
Expand Down