We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2acf1 commit 16d84e4Copy full SHA for 16d84e4
README.rst
@@ -97,7 +97,7 @@ Dependencies
97
============
98
* Pygments
99
* requests
100
-* curtsies >= 0.3.0
+* curtsies >= 0.3.3
101
* greenlet
102
* Sphinx >= 1.5 (optional, for the documentation)
103
* babel (optional, for internationalization)
setup.py
@@ -171,7 +171,7 @@ def git_describe_to_python_version(version):
171
install_requires = [
172
"pygments",
173
"requests",
174
- "curtsies >=0.3.0",
+ "curtsies >=0.3.3",
175
"greenlet",
176
"wcwidth",
177
]
0 commit comments