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 a02f54d commit fc5becbCopy full SHA for fc5becb
requirements.txt
@@ -18,6 +18,6 @@ parameterized==0.6.1
18
beautifulsoup4>=4.6.0
19
pyotp>=2.2.6
20
boto>=2.49.0
21
-flake8==3.5.0
+flake8==3.6.0
22
PyVirtualDisplay==0.2.1
23
-e .
setup.py
@@ -70,7 +70,7 @@
70
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
71
'pyotp>=2.2.6',
72
'boto>=2.49.0',
73
- 'flake8==3.5.0',
+ 'flake8==3.6.0',
74
'PyVirtualDisplay==0.2.1',
75
],
76
packages=[
0 commit comments