This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
rotini/backend/requirements_dev.txt
Marc Cataford d3cc915039
build(backend): test tooling setup + taskfile tidy (#7)
* build(backend): test tooling setup + taskfile tidy

* test(backend): add stub test

* ci: run backend tests
2023-08-11 13:58:22 -04:00

81 lines
1.3 KiB
Text

anyio==3.7.1
# via
# -c requirements.txt
# httpcore
astroid==2.15.6
# via pylint
black==23.7.0
# via -r requirements_dev.in
certifi==2023.7.22
# via
# httpcore
# httpx
click==8.1.6
# via
# -c requirements.txt
# black
dill==0.3.7
# via pylint
exceptiongroup==1.1.2
# via
# -c requirements.txt
# anyio
# pytest
h11==0.14.0
# via
# -c requirements.txt
# httpcore
httpcore==0.17.3
# via httpx
httpx==0.24.1
# via -r requirements_dev.in
idna==3.4
# via
# -c requirements.txt
# anyio
# httpx
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via pylint
mypy-extensions==1.0.0
# via black
packaging==23.1
# via
# black
# pytest
pathspec==0.11.2
# via black
platformdirs==3.10.0
# via
# black
# pylint
pluggy==1.2.0
# via pytest
pylint==2.17.5
# via -r requirements_dev.in
pytest==7.4.0
# via -r requirements_dev.in
sniffio==1.3.0
# via
# -c requirements.txt
# anyio
# httpcore
# httpx
tomli==2.0.1
# via
# black
# pylint
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
# via
# -c requirements.txt
# astroid
wrapt==1.15.0
# via astroid