Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit aa720db

Browse files
committedJul 22, 2017
Freeze most requirements to prevent conflicts with future versions
1 parent 09f18b6 commit aa720db

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed
 

‎requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ pip>=9.0.1
22
setuptools>=36.2.0
33
ipython==5.4.1
44
selenium==3.4.3
5-
nose>=1.3.7
6-
pytest>=3.1.3
7-
pytest-html>=1.15.1
8-
six>=1.10.0
9-
flake8>=3.3.0
10-
requests>=2.18.1
5+
nose==1.3.7
6+
pytest==3.1.3
7+
pytest-html==1.15.1
8+
six==1.10.0
9+
flake8==3.3.0
10+
requests==2.18.1
1111
BeautifulSoup4==4.6.0
12-
unittest2>=1.1.0
13-
chardet>=3.0.2
14-
boto>=2.46.1
12+
unittest2==1.1.0
13+
chardet==3.0.2
14+
boto==2.48.0
1515
ipdb==0.10.2
16-
pyvirtualdisplay>=0.2.1
16+
pyvirtualdisplay==0.2.1
1717
-e .

‎server_requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ pip>=9.0.1
22
setuptools>=36.2.0
33
ipython==5.4.1
44
selenium==2.53.6
5-
nose>=1.3.7
6-
pytest>=3.1.3
7-
pytest-html>=1.15.1
8-
six>=1.10.0
9-
flake8>=3.3.0
10-
requests>=2.18.1
5+
nose==1.3.7
6+
pytest==3.1.3
7+
pytest-html==1.15.1
8+
six==1.10.0
9+
flake8==3.3.0
10+
requests==2.18.1
1111
BeautifulSoup4==4.6.0
12-
unittest2>=1.1.0
13-
chardet>=3.0.2
14-
boto>=2.46.1
12+
unittest2==1.1.0
13+
chardet==3.0.2
14+
boto==2.48.0
1515
ipdb==0.10.2
16-
pyvirtualdisplay>=0.2.1
17-
MySQL-python>=1.2.5
16+
pyvirtualdisplay==0.2.1
17+
MySQL-python==1.2.5

‎server_setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@
2222
'setuptools>=36.2.0',
2323
'ipython==5.4.1',
2424
'selenium==2.53.6',
25-
'nose>=1.3.7',
26-
'pytest>=3.1.3',
27-
'pytest-html>=1.15.1',
28-
'six>=1.10.0',
29-
'flake8>=3.3.0',
30-
'requests>=2.18.1',
25+
'nose==1.3.7',
26+
'pytest==3.1.3',
27+
'pytest-html==1.15.1',
28+
'six==1.10.0',
29+
'flake8==3.3.0',
30+
'requests==2.18.1',
3131
'BeautifulSoup4==4.6.0',
32-
'unittest2>=1.1.0',
33-
'chardet>=3.0.2',
34-
'boto>=2.46.1',
32+
'unittest2==1.1.0',
33+
'chardet==3.0.2',
34+
'boto==2.48.0',
3535
'ipdb==0.10.2',
36-
'pyvirtualdisplay>=0.2.1',
36+
'pyvirtualdisplay==0.2.1',
3737
],
3838
packages=['seleniumbase',
3939
'seleniumbase.core',

‎setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@
2121
'setuptools>=36.2.0',
2222
'ipython==5.4.1',
2323
'selenium==3.4.3',
24-
'nose>=1.3.7',
25-
'pytest>=3.1.3',
26-
'pytest-html>=1.15.1',
27-
'six>=1.10.0',
28-
'flake8>=3.3.0',
29-
'requests>=2.18.1',
24+
'nose==1.3.7',
25+
'pytest==3.1.3',
26+
'pytest-html==1.15.1',
27+
'six==1.10.0',
28+
'flake8==3.3.0',
29+
'requests==2.18.1',
3030
'BeautifulSoup4==4.6.0',
31-
'unittest2>=1.1.0',
32-
'chardet>=3.0.2',
33-
'boto>=2.46.1',
31+
'unittest2==1.1.0',
32+
'chardet==3.0.2',
33+
'boto==2.48.0',
3434
'ipdb==0.10.2',
35-
'pyvirtualdisplay>=0.2.1',
35+
'pyvirtualdisplay==0.2.1',
3636
],
3737
packages=['seleniumbase',
3838
'seleniumbase.core',

0 commit comments

Comments
 (0)
Please sign in to comment.