File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,10 @@ ipython==5.10.0;python_version<"3.5"
5252ipython == 6.5.0 ;python_version >= "3.5" and python_version<"3.6"
5353ipython == 7.16.1 ;python_version >= "3.6" and python_version<"3.7"
5454ipython == 7.18.1 ;python_version >= "3.7"
55+ colorama == 0.4.3
56+ pathlib2 >= 2.3.5 ;python_version < "3.5"
5557importlib-metadata == 1.7.0
5658virtualenv >= 20.0.31
57- colorama == 0.4.3
5859pymysql == 0.10.1
5960coverage == 5.3
6061brython == 3.8.10
Original file line number Diff line number Diff line change 146146 'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"' ,
147147 'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"' ,
148148 'ipython==7.18.1;python_version>="3.7"' ,
149+ 'colorama==0.4.3' ,
150+ 'pathlib2>=2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
149151 'importlib-metadata==1.7.0' , # Must stay in sync with "virtualenv"
150152 'virtualenv>=20.0.31' , # Must stay in sync with "importlib-metadata"
151- 'colorama==0.4.3' ,
152153 'pymysql==0.10.1' ,
153154 'coverage==5.3' ,
154155 'brython==3.8.10' ,
You can’t perform that action at this time.
0 commit comments