File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ [tool .pip-tools ]
2
+ allow-unsafe = true # weird outdated default
3
+ # generate-hashes = false # pip bug https://github.com/pypa/pip/issues/9243
4
+ resolver = " backtracking" # modern depresolver
5
+ strip-extras = true # so that output files are true pip constraints
Original file line number Diff line number Diff line change 2
2
# This file is autogenerated by pip-compile with Python 3.11
3
3
# by the following command:
4
4
#
5
- # pip-compile --allow-unsafe --generate-hashes --output-file=requirements.txt --strip-extras requirements.in
5
+ # pip-compile --allow-unsafe --config=../.pip-tools.toml -- generate-hashes --output-file=requirements.txt --strip-extras requirements.in
6
6
#
7
7
alabaster == 0.7.12 \
8
8
--hash =sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359 \
@@ -27,7 +27,9 @@ charset-normalizer==2.0.12 \
27
27
click == 7.1.2 \
28
28
--hash =sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a \
29
29
--hash =sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc
30
- # via towncrier
30
+ # via
31
+ # click-default-group
32
+ # towncrier
31
33
click-default-group == 1.2.2 \
32
34
--hash =sha256:d9560e8e8dfa44b3562fbc9425042a0fd6d21956fcc2db0077f63f34253ab904
33
35
# via towncrier
@@ -288,9 +290,9 @@ urllib3==1.26.19 \
288
290
# via requests
289
291
290
292
# The following packages are considered to be unsafe in a requirements file:
291
- setuptools == 70.0.0 \
292
- --hash =sha256:54faa7f2e8d2d11bcd2c07bed282eef1046b5c080d1c32add737d7b5817b1ad4 \
293
- --hash =sha256:f211a66637b8fa059bb28183da127d4e86396c991a942b028c6650d4319c3fd0
293
+ setuptools == 74.1.2 \
294
+ --hash =sha256:5f4c08aa4d3ebcb57a50c33b1b07e94315d7fc7230f7115e47fc99776c8ce308 \
295
+ --hash =sha256:95b40ed940a1c67eb70fc099094bd6e99c6ee7c23aa2306f4d2697ba7916f9c6
294
296
# via
295
297
# setuptools-scm
296
298
# towncrier
You can’t perform that action at this time.
0 commit comments