Skip to content

Commit 1821f5b

Browse files
committed
Chore: Update requirements.txt
Don't include project and workspace dependencies.
1 parent 5478dfe commit 1821f5b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ describe-subst = "$Format:%(describe:tags,match=v*)$"
194194
[tool.poe.tasks]
195195
build-app = { cmd = "pyinstaller --name cratedb-fivetran-destination --onefile --strip src/cratedb_fivetran_destination/__main__.py" }
196196
build-pkg = { cmd = "python -m build" }
197-
build-requirements = { cmd = "uv export --format=requirements.txt --no-annotate --no-hashes", capture_stdout = "requirements.txt" }
197+
build-requirements = { cmd = "uv export --format=requirements.txt --no-annotate --no-editable --no-emit-project --no-emit-workspace --no-hashes", capture_stdout = "requirements.txt" }
198198
check = [ "lint", "test" ]
199199
format = [
200200
{ cmd = "ruff format ." },

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# This file was autogenerated by uv via the following command:
2-
# uv export --format=requirements.txt --no-annotate --no-hashes
3-
-e .
2+
# uv export --format=requirements.txt --no-annotate --no-editable --no-emit-project --no-emit-workspace --no-hashes
43
attrs==25.3.0
54
beautifulsoup4==4.13.4
65
cffi==1.17.1 ; platform_python_implementation == 'PyPy'

0 commit comments

Comments
 (0)