Skip to content

Commit 301275b

Browse files
committed
Pin the version for all the dependencies for greater stability.
1 parent 1db7aac commit 301275b

File tree

22 files changed

+164
-163
lines changed

22 files changed

+164
-163
lines changed

src/ch10-using-sqlachemy/final/pypi_using_sqlachemy/setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'python-dateutil',
13-
'progressbar2',
14-
'plaster_pastedeploy',
15-
'pyramid',
16-
'pyramid_chameleon',
17-
'pyramid_debugtoolbar',
18-
'sqlalchemy',
19-
'waitress',
12+
'plaster_pastedeploy==1.0.1',
13+
'progressbar2==4.2.0',
14+
'pyramid==2.0.1',
15+
'pyramid_chameleon==0.3',
16+
'pyramid_debugtoolbar==4.10',
17+
'python-dateutil==2.8.2',
18+
'sqlalchemy==2.0.19',
19+
'waitress==2.1.2',
2020
]
2121

2222
tests_require = [

src/ch10-using-sqlachemy/start/pypi_using_sqlachemy/setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'python-dateutil',
13-
'progressbar2',
14-
'plaster_pastedeploy',
15-
'pyramid',
16-
'pyramid_chameleon',
17-
'pyramid_debugtoolbar',
18-
'sqlalchemy',
19-
'waitress',
12+
'plaster_pastedeploy==1.0.1',
13+
'progressbar2==4.2.0',
14+
'pyramid==2.0.1',
15+
'pyramid_chameleon==0.3',
16+
'pyramid_debugtoolbar==4.10',
17+
'python-dateutil==2.8.2',
18+
'sqlalchemy==2.0.19',
19+
'waitress==2.1.2',
2020
]
2121

2222
tests_require = [

src/ch11-migrations/final/pypi_migrations/setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'python-dateutil',
13-
'progressbar2',
14-
'plaster_pastedeploy',
15-
'pyramid',
16-
'pyramid_chameleon',
17-
'pyramid_debugtoolbar',
18-
'sqlalchemy',
19-
'waitress',
12+
'plaster_pastedeploy==1.0.1',
13+
'progressbar2==4.2.0',
14+
'pyramid==2.0.1',
15+
'pyramid_chameleon==0.3',
16+
'pyramid_debugtoolbar==4.10',
17+
'python-dateutil==2.8.2',
18+
'sqlalchemy==2.0.19',
19+
'waitress==2.1.2',
2020
]
2121

2222
tests_require = [

src/ch11-migrations/start/pypi_migrations/setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'python-dateutil',
13-
'progressbar2',
14-
'plaster_pastedeploy',
15-
'pyramid',
16-
'pyramid_chameleon',
17-
'pyramid_debugtoolbar',
18-
'sqlalchemy',
19-
'waitress',
12+
'plaster_pastedeploy==1.0.1',
13+
'progressbar2==4.2.0',
14+
'pyramid==2.0.1',
15+
'pyramid_chameleon==0.3',
16+
'pyramid_debugtoolbar==4.10',
17+
'python-dateutil==2.8.2',
18+
'sqlalchemy==2.0.19',
19+
'waitress==2.1.2',
2020
]
2121

2222
tests_require = [

src/ch12-forms/final/pypi_forms/setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'passlib',
13-
'python-dateutil',
14-
'progressbar2',
15-
'plaster_pastedeploy',
16-
'pyramid',
17-
'pyramid_chameleon',
18-
'pyramid_debugtoolbar',
19-
'sqlalchemy',
20-
'waitress',
12+
'passlib==1.7.4',
13+
'plaster_pastedeploy==1.0.1',
14+
'progressbar2==4.2.0',
15+
'pyramid==2.0.1',
16+
'pyramid_chameleon==0.3',
17+
'pyramid_debugtoolbar==4.10',
18+
'python-dateutil==2.8.2',
19+
'sqlalchemy==2.0.19',
20+
'waitress==2.1.2',
2121
]
2222

2323
tests_require = [

src/ch12-forms/starter/pypi_forms/setup.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'python-dateutil',
13-
'progressbar2',
14-
'plaster_pastedeploy',
15-
'pyramid',
16-
'pyramid_chameleon',
17-
'pyramid_debugtoolbar',
18-
'sqlalchemy',
19-
'waitress',
12+
'plaster_pastedeploy==1.0.1',
13+
'progressbar2==4.2.0',
14+
'pyramid==2.0.1',
15+
'pyramid_chameleon==0.3',
16+
'pyramid_debugtoolbar==4.10',
17+
'python-dateutil==2.8.2',
18+
'sqlalchemy==2.0.19',
19+
'waitress==2.1.2',
2020
]
2121

2222
tests_require = [

src/ch13-validation/final/pypi_validation/setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'passlib',
13-
'python-dateutil',
14-
'progressbar2',
15-
'plaster_pastedeploy',
16-
'pyramid',
17-
'pyramid_chameleon',
18-
'pyramid_debugtoolbar',
19-
'sqlalchemy',
20-
'waitress',
12+
'passlib==1.7.4',
13+
'plaster_pastedeploy==1.0.1',
14+
'progressbar2==4.2.0',
15+
'pyramid==2.0.1',
16+
'pyramid_chameleon==0.3',
17+
'pyramid_debugtoolbar==4.10',
18+
'python-dateutil==2.8.2',
19+
'sqlalchemy==2.0.19',
20+
'waitress==2.1.2',
2121
]
2222

2323
tests_require = [

src/ch13-validation/starter/pypi_validation/setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'passlib',
13-
'python-dateutil',
14-
'progressbar2',
15-
'plaster_pastedeploy',
16-
'pyramid',
17-
'pyramid_chameleon',
18-
'pyramid_debugtoolbar',
19-
'sqlalchemy',
20-
'waitress',
12+
'passlib==1.7.4',
13+
'plaster_pastedeploy==1.0.1',
14+
'progressbar2==4.2.0',
15+
'pyramid==2.0.1',
16+
'pyramid_chameleon==0.3',
17+
'pyramid_debugtoolbar==4.10',
18+
'python-dateutil==2.8.2',
19+
'sqlalchemy==2.0.19',
20+
'waitress==2.1.2',
2121
]
2222

2323
tests_require = [

src/ch14-testing/final/pypi_testing/setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'passlib',
13-
'python-dateutil',
14-
'progressbar2',
15-
'plaster_pastedeploy',
16-
'pyramid',
17-
'pyramid_chameleon',
18-
'pyramid_debugtoolbar',
19-
'sqlalchemy',
20-
'waitress',
12+
'passlib==1.7.4',
13+
'plaster_pastedeploy==1.0.1',
14+
'progressbar2==4.2.0',
15+
'pyramid==2.0.1',
16+
'pyramid_chameleon==0.3',
17+
'pyramid_debugtoolbar==4.10',
18+
'python-dateutil==2.8.2',
19+
'sqlalchemy==2.0.19',
20+
'waitress==2.1.2',
2121
]
2222

2323
tests_require = [

src/ch14-testing/starter/pypi_testing/setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'passlib',
13-
'python-dateutil',
14-
'progressbar2',
15-
'plaster_pastedeploy',
16-
'pyramid',
17-
'pyramid_chameleon',
18-
'pyramid_debugtoolbar',
19-
'sqlalchemy',
20-
'waitress',
12+
'passlib==1.7.4',
13+
'plaster_pastedeploy==1.0.1',
14+
'progressbar2==4.2.0',
15+
'pyramid==2.0.1',
16+
'pyramid_chameleon==0.3',
17+
'pyramid_debugtoolbar==4.10',
18+
'python-dateutil==2.8.2',
19+
'sqlalchemy==2.0.19',
20+
'waitress==2.1.2',
2121
]
2222

2323
tests_require = [

src/ch15-deploy/final/pypi_deploy/setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'passlib',
13-
'python-dateutil',
14-
'progressbar2',
15-
'plaster_pastedeploy',
16-
'pyramid',
17-
'pyramid_chameleon',
18-
'pyramid_debugtoolbar',
19-
'sqlalchemy',
20-
'waitress',
12+
'passlib==1.7.4',
13+
'plaster_pastedeploy==1.0.1',
14+
'progressbar2==4.2.0',
15+
'pyramid==2.0.1',
16+
'pyramid_chameleon==0.3',
17+
'pyramid_debugtoolbar==4.10',
18+
'python-dateutil==2.8.2',
19+
'sqlalchemy==2.0.19',
20+
'waitress==2.1.2',
2121
]
2222

2323
tests_require = [

src/ch15-deploy/starter/pypi_deploy/setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'passlib',
13-
'python-dateutil',
14-
'progressbar2',
15-
'plaster_pastedeploy',
16-
'pyramid',
17-
'pyramid_chameleon',
18-
'pyramid_debugtoolbar',
19-
'sqlalchemy',
20-
'waitress',
12+
'passlib==1.7.4',
13+
'plaster_pastedeploy==1.0.1',
14+
'progressbar2==4.2.0',
15+
'pyramid==2.0.1',
16+
'pyramid_chameleon==0.3',
17+
'pyramid_debugtoolbar==4.10',
18+
'python-dateutil==2.8.2',
19+
'sqlalchemy==2.0.19',
20+
'waitress==2.1.2',
2121
]
2222

2323
tests_require = [

src/ch16-mongodb-version/final/pypi_nosql/setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'mongoengine',
13-
'passlib',
14-
'python-dateutil',
15-
'progressbar2',
16-
'plaster_pastedeploy',
17-
'pyramid',
18-
'pyramid_chameleon',
19-
'pyramid_debugtoolbar',
20-
'sqlalchemy',
21-
'waitress',
12+
'mongoengine==0.27.0',
13+
'passlib==1.7.4',
14+
'plaster_pastedeploy==1.0.1',
15+
'progressbar2==4.2.0',
16+
'pyramid==2.0.1',
17+
'pyramid_chameleon==0.3',
18+
'pyramid_debugtoolbar==4.10',
19+
'python-dateutil==2.8.2',
20+
'sqlalchemy==2.0.19',
21+
'waitress==2.1.2',
2222
]
2323

2424
tests_require = [

src/ch16-mongodb-version/starter/pypi_nosql/setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'passlib',
13-
'python-dateutil',
14-
'progressbar2',
15-
'plaster_pastedeploy',
16-
'pyramid',
17-
'pyramid_chameleon',
18-
'pyramid_debugtoolbar',
19-
'sqlalchemy',
20-
'waitress',
12+
'passlib==1.7.4',
13+
'plaster_pastedeploy==1.0.1',
14+
'progressbar2==4.2.0',
15+
'pyramid==2.0.1',
16+
'pyramid_chameleon==0.3',
17+
'pyramid_debugtoolbar==4.10',
18+
'python-dateutil==2.8.2',
19+
'sqlalchemy==2.0.19',
20+
'waitress==2.1.2',
2121
]
2222

2323
tests_require = [

src/ch4-first-site/final/pypi/setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'plaster_pastedeploy',
13-
'pyramid',
14-
'pyramid_chameleon',
15-
'pyramid_debugtoolbar',
16-
'waitress',
12+
'plaster_pastedeploy==1.0.1',
13+
'pyramid==2.0.1',
14+
'pyramid_chameleon==0.3',
15+
'pyramid_debugtoolbar==4.10',
16+
'waitress==2.1.2',
1717
]
1818

1919
tests_require = [

src/ch5-templates/final/pypi_templates/setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'plaster_pastedeploy',
13-
'pyramid',
14-
'pyramid_chameleon',
15-
'pyramid_debugtoolbar',
16-
'waitress',
12+
'plaster_pastedeploy==1.0.1',
13+
'pyramid==2.0.1',
14+
'pyramid_chameleon==0.3',
15+
'pyramid_debugtoolbar==4.10',
16+
'waitress==2.1.2',
1717
]
1818

1919
tests_require = [

src/ch5-templates/starter/pypi_templates/setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
CHANGES = f.read()
1010

1111
requires = [
12-
'plaster_pastedeploy',
13-
'pyramid',
14-
'pyramid_chameleon',
15-
'pyramid_debugtoolbar',
16-
'waitress',
12+
'plaster_pastedeploy==1.0.1',
13+
'pyramid==2.0.1',
14+
'pyramid_chameleon==0.3',
15+
'pyramid_debugtoolbar==4.10',
16+
'waitress==2.1.2',
1717
]
1818

1919
tests_require = [

0 commit comments

Comments
 (0)