We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709ef66 commit 58af569Copy full SHA for 58af569
2 files changed
Makefile
@@ -138,7 +138,8 @@ py-snapshots:
138
uv run --group test pytest \
139
tests/_server/templates/test_templates.py \
140
tests/_server/api/endpoints/test_export.py \
141
- tests/test_api.py
+ tests/test_api.py \
142
+ tests/test_project_dependencies.py
143
144
##############
145
# Packaging #
tests/snapshots/dependencies.txt
@@ -16,4 +16,4 @@ starlette>=0.37.2
16
tomlkit>=0.12.0
17
typing_extensions>=4.4.0; python_version < '3.11'
18
uvicorn>=0.22.0
19
-websockets >= 14.2.0
+websockets >= 14.2.0
0 commit comments