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 460c684 commit 49e5278Copy full SHA for 49e5278
requirements.txt
@@ -1,5 +1,6 @@
1
pip>=19.1.1
2
setuptools>=41.0.1
3
+wheel>=0.33.4
4
six
5
nose
6
ipdb
@@ -26,6 +27,6 @@ pyopenssl>=19.0.0
26
27
colorama>=0.4.1
28
pyotp>=2.2.7
29
boto>=2.49.0
-flake8>=3.7.7
30
+flake8>=3.7.8
31
certifi>=2019.6.16
32
PyVirtualDisplay==0.2.1
setup.py
@@ -54,6 +54,7 @@
54
install_requires=[
55
'pip',
56
'setuptools',
57
+ 'wheel',
58
'six',
59
'nose',
60
'ipdb',
@@ -79,7 +80,7 @@
79
80
'colorama>=0.4.1',
81
'pyotp>=2.2.7',
82
'boto>=2.49.0',
- 'flake8>=3.7.7',
83
+ 'flake8>=3.7.8',
84
'certifi>=2019.6.16',
85
'PyVirtualDisplay==0.2.1', # Keep at 0.2.1 (later versions are slow)
86
],
0 commit comments