Skip to content

Commit f530644

Browse files
committed
Reorder Python dependencies
1 parent 01d8280 commit f530644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ cryptography==2.9.2
3434
pyopenssl==19.1.0
3535
pygments==2.5.2;python_version<"3.5"
3636
pygments==2.6.1;python_version>="3.5"
37-
livereload==2.6.2;python_version>="3.6"
3837
colorama==0.4.3
3938
brython>=3.8.9
4039
pymysql==0.9.3
4140
coverage==5.1
4241
pyotp==2.3.0
4342
boto==2.49.0
4443
cffi==1.14.0
44+
livereload==2.6.2;python_version>="3.6"
4545
rich==2.0.0;python_version>="3.6" and python_version<"4.0"
4646
flake8==3.7.9;python_version<"3.5"
4747
flake8==3.8.2;python_version>="3.5"

0 commit comments

Comments
 (0)