Skip to content

Commit aa24eb5

Browse files
committed
Refresh Python dependencies
1 parent 1dba6ee commit aa24eb5

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pip>=20.1.1
22
packaging>=20.4
3-
setuptools>=44.1.0;python_version<"3.5"
4-
setuptools>=47.1.1;python_version>="3.5"
3+
setuptools>=44.1.1;python_version<"3.5"
4+
setuptools>=47.3.0;python_version>="3.5"
55
setuptools-scm>=4.1.2
66
wheel>=0.34.2
77
six==1.15.0
@@ -14,6 +14,7 @@ requests==2.23.0
1414
selenium==3.141.0
1515
pluggy==0.13.1
1616
attrs>=19.3.0
17+
py==1.8.2
1718
pytest==4.6.11;python_version<"3.5"
1819
pytest==5.4.3;python_version>="3.5"
1920
pytest-cov==2.10.0
@@ -41,7 +42,7 @@ coverage==5.1
4142
pyotp==2.3.0
4243
boto==2.49.0
4344
cffi==1.14.0
44-
rich==2.1.0;python_version>="3.6" and python_version<"4.0"
45+
rich==2.2.3;python_version>="3.6" and python_version<"4.0"
4546
flake8==3.7.9;python_version<"3.5"
4647
flake8==3.8.3;python_version>="3.5"
4748
pyflakes==2.1.1;python_version<"3.5"

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@
9292
install_requires=[
9393
'pip>=20.1.1',
9494
'packaging>=20.4',
95-
'setuptools',
95+
'setuptools>=44.1.1;python_version<"3.5"',
96+
'setuptools>=47.3.0;python_version>="3.5"',
9697
'setuptools-scm',
9798
'wheel',
9899
'six',
@@ -105,6 +106,7 @@
105106
'selenium==3.141.0',
106107
'pluggy==0.13.1',
107108
'attrs>=19.3.0',
109+
'py==1.8.2',
108110
'pytest==4.6.11;python_version<"3.5"',
109111
'pytest==5.4.3;python_version>="3.5"',
110112
'pytest-cov==2.10.0',
@@ -125,15 +127,14 @@
125127
'pyopenssl==19.1.0',
126128
'pygments==2.5.2;python_version<"3.5"',
127129
'pygments==2.6.1;python_version>="3.5"',
128-
'livereload==2.6.2',
129130
'colorama==0.4.3',
130131
'brython>=3.8.9',
131132
'pymysql==0.9.3',
132133
'coverage==5.1',
133134
'pyotp==2.3.0',
134135
'boto==2.49.0',
135136
'cffi==1.14.0',
136-
'rich==2.1.0;python_version>="3.6" and python_version<"4.0"',
137+
'rich==2.2.3;python_version>="3.6" and python_version<"4.0"',
137138
'flake8==3.7.9;python_version<"3.5"',
138139
'flake8==3.8.3;python_version>="3.5"',
139140
'pyflakes==2.1.1;python_version<"3.5"',

0 commit comments

Comments
 (0)