Skip to content

Commit c1c9fde

Browse files
committed
Add a pinned requirements via pip-tools for all the code projects.
1 parent 0d4e4d7 commit c1c9fde

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+929
-106
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flask
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
flask
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
werkzeug==3.0.1
22+
# via flask

Diff for: app/ch05_jinja_templates/final/requirements.piptools

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flask

Diff for: app/ch05_jinja_templates/final/requirements.txt

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
flask
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
werkzeug==3.0.1
22+
# via flask

Diff for: app/ch06_routing/final/requirements.piptools

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flask

Diff for: app/ch06_routing/final/requirements.txt

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
flask
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
werkzeug==3.0.1
22+
# via flask

Diff for: app/ch06_routing/starter/requirements.piptools

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flask

Diff for: app/ch06_routing/starter/requirements.txt

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
flask
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
werkzeug==3.0.1
22+
# via flask
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flask

Diff for: app/ch08_adding_our_design/final/requirements.txt

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
flask
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
werkzeug==3.0.1
22+
# via flask
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flask

Diff for: app/ch08_adding_our_design/starter/requirements.txt

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
flask
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
werkzeug==3.0.1
22+
# via flask

Diff for: app/ch09_sqlalchemy/final/requirements.piptools

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
flask
2+
sqlalchemy

Diff for: app/ch09_sqlalchemy/final/requirements.txt

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
flask
2-
sqlalchemy
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
sqlalchemy==2.0.23
22+
# via -r requirements.piptools
23+
typing-extensions==4.9.0
24+
# via sqlalchemy
25+
werkzeug==3.0.1
26+
# via flask

Diff for: app/ch09_sqlalchemy/starter/requirements.piptools

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
flask

Diff for: app/ch09_sqlalchemy/starter/requirements.txt

+22-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
flask
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
werkzeug==3.0.1
22+
# via flask

Diff for: app/ch10_using_sqlachemy/final/requirements.piptools

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
flask
2+
progressbar2
3+
python-dateutil
4+
sqlalchemy

Diff for: app/ch10_using_sqlachemy/final/requirements.txt

+36-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
1-
flask
2-
sqlalchemy
3-
4-
progressbar2
5-
python-dateutil
6-
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
progressbar2==4.2.0
22+
# via -r requirements.piptools
23+
python-dateutil==2.8.2
24+
# via -r requirements.piptools
25+
python-utils==3.8.1
26+
# via progressbar2
27+
six==1.16.0
28+
# via python-dateutil
29+
sqlalchemy==2.0.23
30+
# via -r requirements.piptools
31+
typing-extensions==4.9.0
32+
# via
33+
# python-utils
34+
# sqlalchemy
35+
werkzeug==3.0.1
36+
# via flask
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
flask
2+
sqlalchemy

Diff for: app/ch10_using_sqlachemy/starter/requirements.txt

+26-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
flask
2-
sqlalchemy
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
sqlalchemy==2.0.23
22+
# via -r requirements.piptools
23+
typing-extensions==4.9.0
24+
# via sqlalchemy
25+
werkzeug==3.0.1
26+
# via flask

Diff for: app/ch11_migrations/final/requirements.piptools

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
alembic
2+
flask
3+
progressbar2
4+
python-dateutil
5+
sqlalchemy

Diff for: app/ch11_migrations/final/requirements.txt

+44-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
1-
flask
2-
sqlalchemy
3-
4-
progressbar2
5-
python-dateutil
6-
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
alembic==1.13.0
8+
# via -r requirements.piptools
9+
blinker==1.7.0
10+
# via flask
11+
click==8.1.7
12+
# via flask
13+
flask==3.0.0
14+
# via -r requirements.piptools
15+
itsdangerous==2.1.2
16+
# via flask
17+
jinja2==3.1.2
18+
# via flask
19+
mako==1.3.0
20+
# via alembic
21+
markupsafe==2.1.3
22+
# via
23+
# jinja2
24+
# mako
25+
# werkzeug
26+
progressbar2==4.2.0
27+
# via -r requirements.piptools
28+
python-dateutil==2.8.2
29+
# via -r requirements.piptools
30+
python-utils==3.8.1
31+
# via progressbar2
32+
six==1.16.0
33+
# via python-dateutil
34+
sqlalchemy==2.0.23
35+
# via
36+
# -r requirements.piptools
37+
# alembic
38+
typing-extensions==4.9.0
39+
# via
40+
# alembic
41+
# python-utils
42+
# sqlalchemy
43+
werkzeug==3.0.1
44+
# via flask

Diff for: app/ch11_migrations/starter/requirements.piptools

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
flask
2+
progressbar2
3+
python-dateutil
4+
sqlalchemy

Diff for: app/ch11_migrations/starter/requirements.txt

+36-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
1-
flask
2-
sqlalchemy
3-
4-
progressbar2
5-
python-dateutil
6-
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile requirements.piptools
6+
#
7+
blinker==1.7.0
8+
# via flask
9+
click==8.1.7
10+
# via flask
11+
flask==3.0.0
12+
# via -r requirements.piptools
13+
itsdangerous==2.1.2
14+
# via flask
15+
jinja2==3.1.2
16+
# via flask
17+
markupsafe==2.1.3
18+
# via
19+
# jinja2
20+
# werkzeug
21+
progressbar2==4.2.0
22+
# via -r requirements.piptools
23+
python-dateutil==2.8.2
24+
# via -r requirements.piptools
25+
python-utils==3.8.1
26+
# via progressbar2
27+
six==1.16.0
28+
# via python-dateutil
29+
sqlalchemy==2.0.23
30+
# via -r requirements.piptools
31+
typing-extensions==4.9.0
32+
# via
33+
# python-utils
34+
# sqlalchemy
35+
werkzeug==3.0.1
36+
# via flask

0 commit comments

Comments
 (0)