generated from reichlab/reichlab-python-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from reichlab/bsweger/wip
Bsweger/add repo utilities
- Loading branch information
Showing
20 changed files
with
564 additions
and
105 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
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,18 +1,22 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile pyproject.toml -o requirements/requirements.txt | ||
freezegun==1.5.1 | ||
# via standardize-repo-settings (pyproject.toml) | ||
certifi==2024.7.4 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
idna==3.7 | ||
# via requests | ||
markdown-it-py==3.0.0 | ||
# via rich | ||
mdurl==0.1.2 | ||
# via markdown-it-py | ||
pygments==2.18.0 | ||
# via rich | ||
python-dateutil==2.9.0.post0 | ||
# via freezegun | ||
requests==2.32.3 | ||
# via reichlab-repo-utils (pyproject.toml) | ||
rich==13.7.1 | ||
# via standardize-repo-settings (pyproject.toml) | ||
six==1.16.0 | ||
# via python-dateutil | ||
# via reichlab-repo-utils (pyproject.toml) | ||
structlog==24.1.0 | ||
# via standardize-repo-settings (pyproject.toml) | ||
# via reichlab-repo-utils (pyproject.toml) | ||
urllib3==2.2.2 | ||
# via requests |
Oops, something went wrong.