Skip to content

Commit c9f4eca

Browse files
committed
Rearrange pip format requirements
1 parent b151a8a commit c9f4eca

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

requirements.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
--only-binary :all:
2+
# grapheme doesn't have a binary release, but alive_progress
3+
# requires grapheme==0.6.0.
4+
--no-binary grapheme
5+
# grpclib doesn't have a binary release, but might in the future.
6+
--no-binary grpclib
7+
18
paramiko
29
alive_progress
310
python-gnupg

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --generate-hashes --output-file=requirements.txt --pip-args='--only-binary=:all: --no-binary=grapheme,grpclib' requirements.in
5+
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
66
#
7+
--only-binary :all:
78
--no-binary grapheme
89
--no-binary grpclib
9-
--only-binary :all:
1010

1111
about-time==4.2.1 \
1212
--hash=sha256:6a538862d33ce67d997429d14998310e1dbfda6cb7d9bbfbf799c4709847fece \

0 commit comments

Comments
 (0)