Skip to content

Commit 1945708

Browse files
committed
review feedback
1 parent 30f9959 commit 1945708

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ htmlcov/
1212
.coverage*
1313
.DS_Store
1414
.vscode/
15-
.venv
1615
.eggs
1716
_repo_version.py
1817
coverage.xml

local-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ service_identity==24.2.0
2020
twisted==24.11.0
2121
types-pyOpenSSL==24.1.0.20240722
2222
types-requests==2.32.0.20241016
23-
uv==0.5.4

meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ requirements:
2626
- setuptools_scm
2727
run:
2828
- python >=3.9
29+
# This should be the same as the dependencies in pyproject.toml
2930
- greenlet>=3.1.1,<4.0.0
3031
- pyee>=12,<13
3132

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ readme = "README.md"
1212
license = {text = "Apache-2.0"}
1313
dynamic = ["version"]
1414
requires-python = ">=3.9"
15+
# Please when changing dependencies run the following commands to update requirements.txt:
16+
# - pip install uv==0.5.4
17+
# - uv pip compile pyproject.toml -o requirements.txt
1518
dependencies = [
1619
"pyee>=12,<13",
1720
"greenlet>=3.1.1,<4.0.0"

0 commit comments

Comments
 (0)