-
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.
Simpler package management with pip requirements
- Loading branch information
1 parent
278952b
commit fb6074b
Showing
7 changed files
with
39 additions
and
37 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 was deleted.
Oops, something went wrong.
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,23 @@ | ||
astroid==3.2.4 | ||
certifi==2024.7.4 | ||
charset-normalizer==3.3.2 | ||
coverage==7.6.1 | ||
dill==0.3.8 | ||
idna==3.7 | ||
iniconfig==2.0.0 | ||
isort==5.13.2 | ||
Jinja2==3.1.4 | ||
Markdown==3.6 | ||
MarkupSafe==2.1.5 | ||
mccabe==0.7.0 | ||
packaging==24.1 | ||
platformdirs==4.2.2 | ||
pluggy==1.5.0 | ||
pylint==3.2.6 | ||
pytest==8.3.2 | ||
requests==2.32.3 | ||
requests-mock==1.12.1 | ||
tomlkit==0.13.0 | ||
urllib3==2.2.2 | ||
watchdog==4.0.2 | ||
when-changed==0.3.0 |