File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed
Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ htmlcov/
1212.coverage *
1313.DS_Store
1414.vscode /
15- .venv
1615.eggs
1716_repo_version.py
1817coverage.xml
Original file line number Diff line number Diff line change @@ -20,4 +20,3 @@ service_identity==24.2.0
2020twisted==24.11.0
2121types-pyOpenSSL==24.1.0.20240722
2222types-requests==2.32.0.20241016
23- uv==0.5.4
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ readme = "README.md"
1212license = {text = " Apache-2.0" }
1313dynamic = [" version" ]
1414requires-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
1518dependencies = [
1619 " pyee>=12,<13" ,
1720 " greenlet>=3.1.1,<4.0.0"
You can’t perform that action at this time.
0 commit comments