Skip to content

Commit 4272b84

Browse files
authored
build(deps): allow unsafe packages for pip-tools/2.7 (#6)
1 parent 936cca7 commit 4272b84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pip-tools/2.7/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile requirements.in
5+
# pip-compile --allow-unsafe requirements.in
66
#
77
click==7.1.2
88
# via pip-tools
99
pip-tools==5.5.0
1010
# via -r requirements.in
1111

1212
# The following packages are considered to be unsafe in a requirements file:
13-
# pip
13+
pip==20.3.4
14+
# via pip-tools

0 commit comments

Comments
 (0)