Skip to content

Commit 22c38d4

Browse files
committed
Update dependencies of dependencies for better compatibility
1 parent 8bd50ca commit 22c38d4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ pytest-timeout>=1.3.3
2424
pytest-xdist>=1.30.0
2525
parameterized>=0.7.0
2626
beautifulsoup4>=4.6.0
27+
atomicwrites>=1.3.0
28+
portalocker>=1.5.1
29+
cryptography>=2.8
30+
asn1crypto>=1.2.0
2731
pyopenssl>=19.0.0
2832
colorama>=0.4.1
2933
pymysql>=0.9.3

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@
107107
'pytest-xdist>=1.30.0',
108108
'parameterized>=0.7.0',
109109
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
110+
'atomicwrites>=1.3.0',
111+
'portalocker>=1.5.1',
112+
'cryptography>=2.8',
113+
'asn1crypto>=1.2.0',
110114
'pyopenssl>=19.0.0',
111115
'colorama>=0.4.1',
112116
'pymysql>=0.9.3',

0 commit comments

Comments
 (0)