This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
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
5 changed files
with
72 additions
and
41 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 |
---|---|---|
@@ -1,70 +1,87 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# This file is autogenerated by pip-compile with python 3.6 | ||
# To update, run: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
aioredis==1.3.1 | ||
# via -r requirements.in | ||
async-timeout==3.0.1 | ||
# via aioredis | ||
attrs==21.2.0 | ||
async-timeout==4.0.2 | ||
# via | ||
# aioredis | ||
# redis | ||
attrs==22.1.0 | ||
# via pytest | ||
certifi==2022.12.7 | ||
# via requests | ||
cffi==1.14.6 | ||
cffi==1.15.1 | ||
# via -r requirements.in | ||
charset-normalizer==2.0.4 | ||
charset-normalizer==2.0.12 | ||
# via requests | ||
coverage==5.5 | ||
coverage[toml]==6.2 | ||
# via | ||
# -r requirements.in | ||
# coveralls | ||
# pytest-cov | ||
coveralls==3.2.0 | ||
coveralls==3.3.1 | ||
# via -r requirements.in | ||
docopt==0.6.2 | ||
# via coveralls | ||
flake8==3.9.2 | ||
flake8==5.0.4 | ||
# via -r requirements.in | ||
hiredis==2.0.0 | ||
# via aioredis | ||
idna==3.2 | ||
idna==3.4 | ||
# via requests | ||
importlib-metadata==4.2.0 | ||
# via | ||
# flake8 | ||
# pluggy | ||
# pytest | ||
# redis | ||
iniconfig==1.1.1 | ||
# via pytest | ||
mccabe==0.6.1 | ||
mccabe==0.7.0 | ||
# via flake8 | ||
packaging==21.0 | ||
# via pytest | ||
packaging==21.3 | ||
# via | ||
# pytest | ||
# redis | ||
pluggy==1.0.0 | ||
# via pytest | ||
py==1.10.0 | ||
py==1.11.0 | ||
# via pytest | ||
pycodestyle==2.7.0 | ||
pycodestyle==2.9.1 | ||
# via flake8 | ||
pycparser==2.20 | ||
pycparser==2.21 | ||
# via cffi | ||
pyflakes==2.3.1 | ||
pyflakes==2.5.0 | ||
# via flake8 | ||
pyparsing==2.4.7 | ||
pyparsing==3.0.9 | ||
# via packaging | ||
pytest==6.2.5 | ||
pytest==7.0.1 | ||
# via | ||
# -r requirements.in | ||
# pytest-asyncio | ||
# pytest-cov | ||
pytest-asyncio==0.15.1 | ||
pytest-asyncio==0.16.0 | ||
# via -r requirements.in | ||
pytest-cov==2.12.1 | ||
pytest-cov==4.0.0 | ||
# via -r requirements.in | ||
redis==3.5.3 | ||
redis==4.3.5 | ||
# via -r requirements.in | ||
requests==2.26.0 | ||
requests==2.27.1 | ||
# via coveralls | ||
toml==0.10.2 | ||
tomli==1.2.3 | ||
# via | ||
# coverage | ||
# pytest | ||
# pytest-cov | ||
urllib3==1.26.6 | ||
typing-extensions==4.1.1 | ||
# via | ||
# async-timeout | ||
# importlib-metadata | ||
# redis | ||
urllib3==1.26.13 | ||
# via requests | ||
zipp==3.6.0 | ||
# via importlib-metadata |
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