Skip to content

Commit 49e5278

Browse files
committed
Update requirements
1 parent 460c684 commit 49e5278

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pip>=19.1.1
22
setuptools>=41.0.1
3+
wheel>=0.33.4
34
six
45
nose
56
ipdb
@@ -26,6 +27,6 @@ pyopenssl>=19.0.0
2627
colorama>=0.4.1
2728
pyotp>=2.2.7
2829
boto>=2.49.0
29-
flake8>=3.7.7
30+
flake8>=3.7.8
3031
certifi>=2019.6.16
3132
PyVirtualDisplay==0.2.1

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
install_requires=[
5555
'pip',
5656
'setuptools',
57+
'wheel',
5758
'six',
5859
'nose',
5960
'ipdb',
@@ -79,7 +80,7 @@
7980
'colorama>=0.4.1',
8081
'pyotp>=2.2.7',
8182
'boto>=2.49.0',
82-
'flake8>=3.7.7',
83+
'flake8>=3.7.8',
8384
'certifi>=2019.6.16',
8485
'PyVirtualDisplay==0.2.1', # Keep at 0.2.1 (later versions are slow)
8586
],

0 commit comments

Comments
 (0)