Skip to content

Commit ce37c6e

Browse files
committed
requirements: Generate pinned list
The only real change is pynacl being removed. The command used to generate the list is documented in the generated file. Note that --strip-extras is used: it will be default soon anyway. Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 96addba commit ce37c6e

File tree

1 file changed

+23
-9
lines changed

1 file changed

+23
-9
lines changed

requirements/pinned.txt

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1-
certifi==2024.8.30 # via requests
2-
cffi==1.17.1 # via cryptography, pynacl
3-
charset-normalizer==3.4.0 # via requests
4-
cryptography==44.0.0 # via securesystemslib
5-
idna==3.10 # via requests
6-
pycparser==2.22 # via cffi
7-
pynacl==1.5.0 # via securesystemslib
1+
#
2+
# This file is autogenerated by pip-compile with Python 3.11
3+
# by the following command:
4+
#
5+
# pip-compile --output-file=requirements/pinned.txt --strip-extras requirements/main.txt
6+
#
7+
certifi==2024.8.30
8+
# via requests
9+
cffi==1.17.1
10+
# via cryptography
11+
charset-normalizer==3.4.0
12+
# via requests
13+
cryptography==44.0.0
14+
# via securesystemslib
15+
idna==3.10
16+
# via requests
17+
pycparser==2.22
18+
# via cffi
819
requests==2.32.3
9-
securesystemslib[crypto,pynacl]==1.2.0
10-
urllib3==2.2.3 # via requests
20+
# via -r requirements/main.txt
21+
securesystemslib==1.2.0
22+
# via -r requirements/main.txt
23+
urllib3==2.2.3
24+
# via requests

0 commit comments

Comments
 (0)