mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
mock is in the stdlib as unittest.mock now. pytest-mock doesn't need it to run, and the one place it was directly imported, it wasn't even used.
38 lines
820 B
Plaintext
38 lines
820 B
Plaintext
################################################################################
|
|
# This requirements file has been automatically generated from `Pipfile` with
|
|
# `pipenv-to-requirements`
|
|
#
|
|
#
|
|
# This has been done to maintain backward compatibility with tools and services
|
|
# that do not support `Pipfile` yet.
|
|
#
|
|
# Do NOT edit it directly, use `pipenv install [-d]` to modify `Pipfile` and
|
|
# `Pipfile.lock` and then regenerate `requirements*.txt`.
|
|
################################################################################
|
|
|
|
-e .
|
|
astroid
|
|
autopep8
|
|
black==21.8b0
|
|
colorlog
|
|
dephell
|
|
fiximports>=0.1.18
|
|
flake8
|
|
pathlib2
|
|
pep8
|
|
pew
|
|
pipenv-to-requirements
|
|
pyfakefs
|
|
pyflakes
|
|
pylint
|
|
pytest
|
|
pytest-cov
|
|
pytest-mock
|
|
reno[sphinx]>=2.8.0
|
|
scandir ; python_version < '3.5'
|
|
sphinx-rtd-theme
|
|
sphinxcontrib-programoutput
|
|
twine
|
|
typed-ast
|
|
yapf
|