We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2436cf + ef93a9c commit b8b24e5Copy full SHA for b8b24e5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.0.1
2
+
3
+- Fix issue where ASCII-only terminals cannot display progress bars
4
5
## 2.0.0
6
7
- Added 'commit' command to commit changes to student repos
requirements.txt
@@ -19,4 +19,4 @@ python-utils==2.2.0
19
nose==1.3.7
20
nose-parameterized==0.6.0
21
setuptools_scm==1.15.7
22
-enlighten==1.1.0
+enlighten==1.5.0
setup.py
@@ -79,7 +79,7 @@
79
'jsonschema>=2.5',
80
'requests>=2.20.0',
81
'PTable>=0.9',
82
- 'enlighten>=1',
+ 'enlighten>=1.5.0',
83
'redkyn-common>=1.0.1',
84
],
85
0 commit comments