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
|
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=deps/test.txt deps/test.in setup.py
#
attrs==23.2.0
# via hypothesis
black==24.2.0
# via -r deps/test.in
click==8.1.7
# via black
coverage[toml]==7.4.1
# via pytest-cov
exceptiongroup==1.2.0
# via
# hypothesis
# pytest
execnet==2.0.2
# via pytest-xdist
hypothesis[lark]==6.98.6
# via hypothesmith (setup.py)
iniconfig==2.0.0
# via pytest
lark==1.1.9
# via hypothesis
libcst==1.1.0
# via hypothesmith (setup.py)
mypy-extensions==1.0.0
# via
# black
# typing-inspect
packaging==23.2
# via
# black
# pytest
parso==0.8.3
# via -r deps/test.in
pathspec==0.12.1
# via black
platformdirs==4.2.0
# via black
pluggy==1.4.0
# via pytest
pytest==8.0.0
# via
# -r deps/test.in
# pytest-cov
# pytest-xdist
pytest-cov==4.1.0
# via -r deps/test.in
pytest-xdist==3.5.0
# via -r deps/test.in
pyyaml==6.0.1
# via libcst
sortedcontainers==2.4.0
# via hypothesis
tomli==2.0.1
# via
# black
# coverage
# pytest
typing-extensions==4.9.0
# via
# black
# libcst
# typing-inspect
typing-inspect==0.9.0
# via libcst
|