1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
|
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --allow-unsafe --output-file=requirements/tox-py35-cp35-darwin-x86_64.txt requirements/tox-py35-cp35-darwin-x86_64.in
#
attrs==22.1.0
# via pytest
certifi==2021.10.8
# via requests
cffi==1.15.1
# via cryptography
chardet==4.0.0
# via requests
charset-normalizer==2.0.12 ; python_version >= "3.0" and python_version <= "3.5"
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
colorama==0.4.5
# via pytest-watch
coverage==5.5 ; python_version < "3.6" and python_version != "3.4"
# via
# -r requirements/tox-py35-cp35-darwin-x86_64.in
# pytest-cov
cryptography==3.2.1
# via
# pyopenssl
# trustme
docopt==0.6.2
# via pytest-watch
execnet==1.9.0
# via pytest-xdist
idna==2.10
# via
# requests
# trustme
importlib-metadata==2.1.3
# via
# cheroot
# pluggy
# pytest
importlib-resources==3.2.1
# via jaraco.text
iniconfig==1.1.1
# via pytest
jaraco.apt==2.0
# via jaraco.context
jaraco.context==2.0
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
jaraco.functools==2.0
# via
# cheroot
# jaraco.text
# tempora
# yg.lockfile
jaraco.text==3.2.0
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
more-itertools==8.10.0
# via
# cheroot
# jaraco.functools
packaging==20.9
# via
# pytest
# pytest-sugar
pathlib2==2.3.7.post1
# via pytest
pathtools==0.1.2
# via watchdog
pluggy==0.13.1
# via pytest
portend==2.6
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
py==1.11.0
# via
# pypytools
# pytest
# pytest-forked
pycparser==2.21
# via cffi
pyopenssl==20.0.1 ; implementation_name != "pypy"
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
pyparsing==2.4.7
# via packaging
pypytools==0.6.2
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
pytest-cov==2.12.0 ; python_version != "3.4"
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
pytest-forked==1.3.0 ; sys_platform != "win32" and (python_version < "3.0" or python_version > "3.4")
# via
# -r requirements/tox-py35-cp35-darwin-x86_64.in
# pytest-xdist
pytest-mock==3.5.1
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
pytest-rerunfailures==9.1.1 ; python_version == "3.5"
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
pytest-sugar==0.9.6
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
pytest-watch==4.2.0
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
pytest-xdist==2.2.1
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
pytest==6.1.2
# via
# -r requirements/tox-py35-cp35-darwin-x86_64.in
# pytest-cov
# pytest-forked
# pytest-mock
# pytest-rerunfailures
# pytest-sugar
# pytest-watch
# pytest-xdist
pytz==2022.6
# via tempora
requests-toolbelt==0.10.1
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
requests-unixsocket==0.3.0
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
requests==2.25.1
# via
# -r requirements/tox-py35-cp35-darwin-x86_64.in
# requests-toolbelt
# requests-unixsocket
six==1.16.0
# via
# cheroot
# cryptography
# jaraco.apt
# jaraco.text
# pathlib2
# pyopenssl
# tempora
tempora==1.14.1
# via
# portend
# yg.lockfile
termcolor==1.1.0
# via pytest-sugar
toml==0.10.2
# via
# coverage
# pytest
trustme==0.9.0
# via -r requirements/tox-py35-cp35-darwin-x86_64.in
urllib3==1.26.9 ; python_version != "3.4"
# via
# -r requirements/tox-py35-cp35-darwin-x86_64.in
# requests
watchdog==0.10.7 ; python_version < "3.6"
# via
# -r requirements/tox-py35-cp35-darwin-x86_64.in
# pytest-watch
yg.lockfile==2.3
# via jaraco.context
zc.lockfile==2.0
# via yg.lockfile
zipp==1.2.0
# via
# importlib-metadata
# importlib-resources
# The following packages are considered to be unsafe in a requirements file:
setuptools==50.3.2
# via
# pytest-rerunfailures
# zc.lockfile
|