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 1b38d42 commit 944465aCopy full SHA for 944465a
requirements.txt
@@ -18,6 +18,6 @@ beautifulsoup4>=4.6.0
18
colorama==0.4.1
19
pyotp>=2.2.7
20
boto>=2.49.0
21
-flake8==3.7.4
+flake8==3.7.5
22
PyVirtualDisplay==0.2.1
23
-e .
setup.py
@@ -71,7 +71,7 @@
71
'colorama==0.4.1',
72
'pyotp>=2.2.7',
73
'boto>=2.49.0',
74
- 'flake8==3.7.4',
+ 'flake8==3.7.5',
75
'PyVirtualDisplay==0.2.1',
76
],
77
packages=[
0 commit comments