diff --git a/server/dev-requirements.txt b/server/dev-requirements.txt index f41e053..1868e55 100644 --- a/server/dev-requirements.txt +++ b/server/dev-requirements.txt @@ -4,42 +4,85 @@ # # pip-compile --output-file=dev-requirements.txt dev-requirements.in # -appdirs==1.4.3 # via black -aspy.refactor-imports==1.1.0 # via reorder-python-imports -atomicwrites==1.3.0 # via pytest -attrs==19.3.0 # via black, flake8-bugbear, pytest +appdirs==1.4.3 + # via black +aspy.refactor-imports==1.1.0 + # via reorder-python-imports +atomicwrites==1.3.0 + # via pytest +attrs==19.3.0 + # via + # black + # flake8-bugbear + # pytest black==19.10b0 -cached-property==1.5.1 # via aspy.refactor-imports -certifi==2019.9.11 # via requests -chardet==3.0.4 # via requests -click==7.0 # via black, pip-tools -colorama==0.4.1 # via pytest -entrypoints==0.3 # via flake8 + # via -r dev-requirements.in +cached-property==1.5.1 + # via aspy.refactor-imports +certifi==2019.9.11 + # via requests +chardet==3.0.4 + # via requests +click==7.0 + # via + # black + # pip-tools +entrypoints==0.3 + # via flake8 flake8-bugbear==19.8.0 + # via -r dev-requirements.in flake8-docstrings==1.5.0 + # via -r dev-requirements.in flake8==3.7.9 -idna==2.8 # via requests -importlib-metadata==0.23 # via pluggy, pytest + # via + # -r dev-requirements.in + # flake8-bugbear + # flake8-docstrings +idna==2.8 + # via requests invoke==1.3.0 -mccabe==0.6.1 # via flake8 -more-itertools==7.2.0 # via pytest, zipp -packaging==19.2 # via pytest -pathspec==0.6.0 # via black + # via -r dev-requirements.in +mccabe==0.6.1 + # via flake8 +more-itertools==7.2.0 + # via pytest +packaging==19.2 + # via pytest +pathspec==0.6.0 + # via black pip-tools==4.2.0 -pluggy==0.13.0 # via pytest -py==1.8.0 # via pytest -pycodestyle==2.5.0 # via flake8 -pydocstyle==4.0.1 # via flake8-docstrings -pyflakes==2.1.1 # via flake8 -pyparsing==2.4.5 # via packaging + # via -r dev-requirements.in +pluggy==0.13.0 + # via pytest +py==1.8.0 + # via pytest +pycodestyle==2.5.0 + # via flake8 +pydocstyle==4.0.1 + # via flake8-docstrings +pyflakes==2.1.1 + # via flake8 +pyparsing==2.4.5 + # via packaging pytest==5.2.4 -regex==2019.11.1 # via black + # via -r dev-requirements.in +regex==2019.11.1 + # via black reorder-python-imports==1.8.0 + # via -r dev-requirements.in requests==2.22.0 -six==1.13.0 # via packaging, pip-tools -snowballstemmer==2.0.0 # via pydocstyle -toml==0.10.0 # via black -typed-ast==1.4.0 # via black -urllib3==1.25.7 # via requests -wcwidth==0.1.7 # via pytest -zipp==0.6.0 # via importlib-metadata + # via -r dev-requirements.in +six==1.13.0 + # via + # packaging + # pip-tools +snowballstemmer==2.0.0 + # via pydocstyle +toml==0.10.0 + # via black +typed-ast==1.4.0 + # via black +urllib3==1.25.8 + # via requests +wcwidth==0.1.7 + # via pytest