-
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.
No good reason for them to be very strict
- Loading branch information
Showing
3 changed files
with
4 additions
and
87 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,3 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile requirements-test.in | ||
# | ||
attrs==22.2.0 | ||
# via pytest | ||
boto3==1.26.84 | ||
# via moto | ||
botocore==1.29.84 | ||
# via | ||
# boto3 | ||
# moto | ||
# s3transfer | ||
certifi==2022.12.7 | ||
# via requests | ||
cffi==1.15.1 | ||
# via cryptography | ||
charset-normalizer==3.1.0 | ||
# via requests | ||
coverage[toml]==7.2.1 | ||
# via pytest-cov | ||
cryptography==39.0.2 | ||
# via moto | ||
exceptiongroup==1.1.0 | ||
# via pytest | ||
idna==3.4 | ||
# via requests | ||
iniconfig==2.0.0 | ||
# via pytest | ||
jinja2==3.1.2 | ||
# via moto | ||
jmespath==1.0.1 | ||
# via | ||
# boto3 | ||
# botocore | ||
markupsafe==2.1.2 | ||
# via | ||
# jinja2 | ||
# werkzeug | ||
moto==4.1.4 | ||
# via -r requirements-test.in | ||
packaging==23.0 | ||
# via pytest | ||
pluggy==1.0.0 | ||
# via pytest | ||
pycparser==2.21 | ||
# via cffi | ||
pytest==7.2.2 | ||
# via pytest-cov | ||
pytest-cov==4.0.0 | ||
# via -r requirements-test.in | ||
python-dateutil==2.8.2 | ||
# via | ||
# botocore | ||
# moto | ||
requests==2.28.2 | ||
# via | ||
# moto | ||
# responses | ||
responses==0.22.0 | ||
# via moto | ||
s3transfer==0.6.0 | ||
# via boto3 | ||
six==1.16.0 | ||
# via python-dateutil | ||
toml==0.10.2 | ||
# via responses | ||
tomli==2.0.1 | ||
# via | ||
# coverage | ||
# pytest | ||
types-toml==0.10.8.5 | ||
# via responses | ||
urllib3==1.26.14 | ||
# via | ||
# botocore | ||
# requests | ||
# responses | ||
werkzeug==2.2.3 | ||
# via moto | ||
xmltodict==0.13.0 | ||
# via moto | ||
moto~=4.1 | ||
pytest-cov~=4.1.0 | ||
pytest~=7.4.0 |