We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bd50ca commit 22c38d4Copy full SHA for 22c38d4
requirements.txt
@@ -24,6 +24,10 @@ pytest-timeout>=1.3.3
24
pytest-xdist>=1.30.0
25
parameterized>=0.7.0
26
beautifulsoup4>=4.6.0
27
+atomicwrites>=1.3.0
28
+portalocker>=1.5.1
29
+cryptography>=2.8
30
+asn1crypto>=1.2.0
31
pyopenssl>=19.0.0
32
colorama>=0.4.1
33
pymysql>=0.9.3
setup.py
@@ -107,6 +107,10 @@
107
'pytest-xdist>=1.30.0',
108
'parameterized>=0.7.0',
109
'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',
114
'pyopenssl>=19.0.0',
115
'colorama>=0.4.1',
116
'pymysql>=0.9.3',
0 commit comments