Skip to content

Commit 8a98f99

Browse files
committed
Add pyotp to python requirements
1 parent b3168b1 commit 8a98f99

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
pip
2+
ipython
23
setuptools
34
selenium==3.14.1
4-
ipython==5.6.0
55
pytest>=3.8.1
6-
pytest-html>=1.19.0
7-
pytest-xdist>=1.23.0
86
pytest-cov>=2.6.0
7+
pytest-html>=1.19.0
98
pytest-rerunfailures>=4.1
9+
pytest-xdist>=1.23.0
1010
parameterized==0.6.1
1111
six>=1.11.0
12+
pyotp>=2.2.6
1213
requests>=2.19.1
1314
beautifulsoup4==4.6.3
1415
unittest2==1.1.0

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,17 @@
5151
],
5252
install_requires=[
5353
'pip',
54+
'ipython',
5455
'setuptools',
5556
'selenium==3.14.1',
56-
'ipython==5.6.0',
5757
'pytest>=3.8.1',
58-
'pytest-html>=1.19.0',
59-
'pytest-xdist>=1.23.0',
6058
'pytest-cov>=2.6.0',
59+
'pytest-html>=1.19.0',
6160
'pytest-rerunfailures>=4.1',
61+
'pytest-xdist>=1.23.0',
6262
'parameterized==0.6.1',
6363
'six>=1.11.0',
64+
'pyotp>=2.2.6',
6465
'requests>=2.19.1',
6566
'beautifulsoup4==4.6.3',
6667
'unittest2==1.1.0',

0 commit comments

Comments
 (0)