We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612a1b3 commit 3f638feCopy full SHA for 3f638fe
tools/freeze-constraints.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+set -e
3
+
4
+(
5
+ echo "# Constraints generated by $0"
6
+ pip freeze | grep -v '^cms'
7
+) >constraints.txt
0 commit comments