-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Jack Cherng <[email protected]>
- Loading branch information
Showing
7 changed files
with
60 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
-r requirements.in | ||
|
||
mypy | ||
ruff>=0.4 | ||
|
||
# ----------- # | ||
# for scripts # | ||
# ----------- # | ||
|
||
tinycss2 | ||
typer>=0.12.3,<1 | ||
typing_extensions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile requirements-dev.in -o requirements-dev.txt | ||
click==8.1.7 | ||
# via typer | ||
colorama==0.4.6 | ||
# via click | ||
markdown-it-py==3.0.0 | ||
# via rich | ||
mdurl==0.1.2 | ||
# via markdown-it-py | ||
mypy==1.10.0 | ||
# via -r requirements-dev.in | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
pygments==2.18.0 | ||
# via rich | ||
rich==13.7.1 | ||
# via typer | ||
ruff==0.4.4 | ||
# via -r requirements-dev.in | ||
shellingham==1.5.4 | ||
# via typer | ||
tinycss2==1.3.0 | ||
# via -r requirements-dev.in | ||
typer==0.12.3 | ||
# via -r requirements-dev.in | ||
typing-extensions==4.11.0 | ||
# via | ||
# -r requirements-dev.in | ||
# mypy | ||
# typer | ||
webencodings==0.5.1 | ||
# via tinycss2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +0,0 @@ | ||
mypy | ||
ruff>=0.3 | ||
|
||
# ----------- # | ||
# for scripts # | ||
# ----------- # | ||
|
||
tinycss2 | ||
typer>=0.12.3,<1 | ||
typing_extensions | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,2 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile requirements.in -o requirements.txt | ||
click==8.1.7 | ||
# via typer | ||
colorama==0.4.6 | ||
# via click | ||
markdown-it-py==3.0.0 | ||
# via rich | ||
mdurl==0.1.2 | ||
# via markdown-it-py | ||
mypy==1.9.0 | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
pygments==2.17.2 | ||
# via rich | ||
rich==13.7.1 | ||
# via typer | ||
ruff==0.3.7 | ||
shellingham==1.5.4 | ||
# via typer | ||
tinycss2==1.2.1 | ||
typer==0.12.3 | ||
typing-extensions==4.11.0 | ||
# via | ||
# mypy | ||
# typer | ||
webencodings==0.5.1 | ||
# via tinycss2 |