File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 20.2.1
2
2
packaging >= 20.4
3
3
setuptools >= 44.1.1 ;python_version < "3.5"
4
- setuptools >= 49.2 .1 ;python_version >= "3.5"
4
+ setuptools >= 49.3 .1 ;python_version >= "3.5"
5
5
setuptools-scm >= 4.1.2
6
6
wheel >= 0.34.2
7
7
six == 1.15.0
@@ -37,6 +37,8 @@ soupsieve==2.0.1;python_version>="3.5"
37
37
beautifulsoup4 == 4.9.1
38
38
cryptography == 3.0
39
39
pyopenssl == 19.1.0
40
+ prompt-toolkit == 1.0.18 ;python_version < "3.6.1"
41
+ prompt-toolkit == 3.0.6 ;python_version >= "3.6.1"
40
42
pygments == 2.5.2 ;python_version < "3.5"
41
43
pygments == 2.6.1 ;python_version >= "3.5"
42
44
ipython == 5.10.0 ;python_version < "3.5"
@@ -49,7 +51,7 @@ brython>=3.8.9
49
51
pyotp == 2.4.0
50
52
boto == 2.49.0
51
53
cffi == 1.14.1
52
- rich == 5.0.0 ;python_version >= "3.6" and python_version<"4.0"
54
+ rich == 5.1.2 ;python_version >= "3.6" and python_version<"4.0"
53
55
flake8 == 3.7.9 ;python_version < "3.5"
54
56
flake8 == 3.8.3 ;python_version >= "3.5"
55
57
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 93
93
'pip>=20.2.1' ,
94
94
'packaging>=20.4' ,
95
95
'setuptools>=44.1.1;python_version<"3.5"' ,
96
- 'setuptools>=49.2 .1;python_version>="3.5"' ,
96
+ 'setuptools>=49.3 .1;python_version>="3.5"' ,
97
97
'setuptools-scm' ,
98
98
'wheel' ,
99
99
'six' ,
129
129
'beautifulsoup4==4.9.1' ,
130
130
'cryptography==3.0' ,
131
131
'pyopenssl==19.1.0' ,
132
+ 'prompt-toolkit==1.0.18;python_version<"3.6.1"' ,
133
+ 'prompt-toolkit==3.0.6;python_version>="3.6.1"' ,
132
134
'pygments==2.5.2;python_version<"3.5"' ,
133
135
'pygments==2.6.1;python_version>="3.5"' ,
134
136
'ipython==5.10.0;python_version<"3.5"' ,
141
143
'pyotp==2.4.0' ,
142
144
'boto==2.49.0' ,
143
145
'cffi==1.14.1' ,
144
- 'rich==5.0.0 ;python_version>="3.6" and python_version<"4.0"' ,
146
+ 'rich==5.1.2 ;python_version>="3.6" and python_version<"4.0"' ,
145
147
'flake8==3.7.9;python_version<"3.5"' ,
146
148
'flake8==3.8.3;python_version>="3.5"' ,
147
149
'pyflakes==2.1.1;python_version<"3.5"' ,
You can’t perform that action at this time.
0 commit comments