Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Downgrade dependencies to support Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Dec 12, 2022
1 parent de325ab commit ff8d3fe
Showing 1 changed file with 33 additions and 16 deletions.
49 changes: 33 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
# This file is autogenerated by pip-compile with python 3.6
# To update, run:
#
# pip-compile requirements.in
#
Expand All @@ -16,9 +16,9 @@ certifi==2022.12.7
# via requests
cffi==1.15.1
# via -r requirements.in
charset-normalizer==2.1.1
charset-normalizer==2.0.12
# via requests
coverage[toml]==6.5.0
coverage[toml]==6.2
# via
# -r requirements.in
# coveralls
Expand All @@ -27,44 +27,61 @@ coveralls==3.3.1
# via -r requirements.in
docopt==0.6.2
# via coveralls
exceptiongroup==1.0.4
# via pytest
flake8==6.0.0
flake8==5.0.4
# via -r requirements.in
hiredis==2.0.0
# via aioredis
idna==3.4
# via requests
importlib-metadata==4.2.0
# via
# flake8
# pluggy
# pytest
# redis
iniconfig==1.1.1
# via pytest
mccabe==0.7.0
# via flake8
packaging==22.0
# via pytest
packaging==21.3
# via
# pytest
# redis
pluggy==1.0.0
# via pytest
pycodestyle==2.10.0
py==1.11.0
# via pytest
pycodestyle==2.9.1
# via flake8
pycparser==2.21
# via cffi
pyflakes==3.0.1
pyflakes==2.5.0
# via flake8
pytest==7.2.0
pyparsing==3.0.9
# via packaging
pytest==7.0.1
# via
# -r requirements.in
# pytest-asyncio
# pytest-cov
pytest-asyncio==0.20.3
pytest-asyncio==0.16.0
# via -r requirements.in
pytest-cov==4.0.0
# via -r requirements.in
redis==4.4.0
redis==4.3.5
# via -r requirements.in
requests==2.28.1
requests==2.27.1
# via coveralls
tomli==2.0.1
tomli==1.2.3
# via
# coverage
# pytest
typing-extensions==4.1.1
# via
# async-timeout
# importlib-metadata
# redis
urllib3==1.26.13
# via requests
zipp==3.6.0
# via importlib-metadata

0 comments on commit ff8d3fe

Please sign in to comment.