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 175f7fb commit 5cbb40fCopy full SHA for 5cbb40f
.github/CONTRIBUTING.md
@@ -32,7 +32,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
32
# Clone and setup the project
33
git clone https://github.com/firebase/firebase-functions-python.git
34
cd firebase-functions-python
35
-uv sync --dev
+uv sync
36
```
37
38
This will automatically:
.gitignore
@@ -139,8 +139,3 @@ doc/dist
139
.idea
140
.vscode/*
141
!.vscode/settings.json
142
-
143
-# Local development files
144
-async.md
145
-modernization.md
146
-uv.lock
0 commit comments