Skip to content

Commit 058130a

Browse files
committed
freeze-constraints: Filter out editable installs
1 parent c286dc0 commit 058130a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/freeze-constraints.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ set -e
33

44
(
55
echo "# Constraints generated by $0"
6-
pip freeze | grep -v '^cms'
6+
pip freeze | grep -Ev '^(cms|-e )'
77
) >constraints.txt

0 commit comments

Comments
 (0)