Skip to content

Commit

Permalink
Use --allow-unsafe to generate requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Feb 8, 2024
1 parent df8bb3e commit 56df06a
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions requirements.txt
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --generate-hashes
# pip-compile --allow-unsafe --generate-hashes
#
hupper==1.12.1 \
--hash=sha256:06bf54170ff4ecf4c84ad5f188dee3901173ab449c2608ad05b9bfd6b13e32eb \
Expand Down Expand Up @@ -81,7 +81,11 @@ zope-interface==6.1 \
--hash=sha256:fddbab55a2473f1d3b8833ec6b7ac31e8211b0aa608df5ab09ce07f3727326de
# via pyramid

# WARNING: The following packages were not pinned, but pip requires them to be
# pinned when the requirements file includes hashes and the requirement is not
# satisfied by a package already installed. Consider using the --allow-unsafe flag.
# setuptools
# The following packages are considered to be unsafe in a requirements file:
setuptools==69.0.3 \
--hash=sha256:385eb4edd9c9d5c17540511303e39a147ce2fc04bc55289c322b9e5904fe2c05 \
--hash=sha256:be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78
# via
# pyramid
# zope-deprecation
# zope-interface

0 comments on commit 56df06a

Please sign in to comment.