generated from approvals/ApprovalTests.Python.StarterProject
-
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.
- Loading branch information
Showing
1 changed file
with
51 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,76 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=constraints.txt requirements.txt | ||
# | ||
allpairspy==2.5.1 | ||
# via approvaltests | ||
approval-utilities==12.1.0 | ||
# via approvaltests | ||
approvaltests==12.1.0 | ||
attrs==23.2.0 | ||
# via -r requirements.txt | ||
beautifulsoup4==4.12.3 | ||
# via approvaltests | ||
black==24.4.2 | ||
# via -r requirements.txt | ||
certifi==2024.2.2 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.7 | ||
colorama==0.4.6 | ||
# via black | ||
empty-files==0.0.9 | ||
# via approvaltests | ||
exceptiongroup==1.2.1 | ||
# via pytest | ||
idna==3.7 | ||
# via requests | ||
iniconfig==2.0.0 | ||
# via pytest | ||
mock==5.1.0 | ||
# via approvaltests | ||
mrjob==0.7.4 | ||
# via approvaltests | ||
mypy==1.10.0 | ||
# via -r requirements.txt | ||
mypy-extensions==1.0.0 | ||
# via | ||
# black | ||
# mypy | ||
packaging==24.0 | ||
# via | ||
# black | ||
# pytest | ||
pathspec==0.12.1 | ||
# via black | ||
platformdirs==4.2.2 | ||
# via black | ||
pluggy==1.5.0 | ||
pyparsing==3.1.2 | ||
# via pytest | ||
pyperclip==1.8.2 | ||
# via approvaltests | ||
pytest==8.2.1 | ||
PyYAML==6.0.1 | ||
# via | ||
# -r requirements.txt | ||
# approvaltests | ||
pyyaml==6.0.1 | ||
# via mrjob | ||
requests==2.32.1 | ||
six==1.16.0 | ||
# via empty-files | ||
soupsieve==2.5 | ||
# via beautifulsoup4 | ||
testfixtures==8.2.0 | ||
# via approvaltests | ||
tomli==2.0.1 | ||
tox==4.15.0 | ||
typed-ast==1.5.5 | ||
typing_extensions==4.11.0 | ||
# via | ||
# black | ||
# mypy | ||
# pytest | ||
typing-extensions==4.11.0 | ||
# via | ||
# approvaltests | ||
# black | ||
# mypy | ||
urllib3==2.2.1 | ||
# via requests |