1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 06:38:32 +00:00

Added missing dependencies for py.test to req.txt

Without there dependencies, which are not installed with the original
requirements.txt, on a fresh python 3.8 venv (on GNU/Linux), py.test
will not work.
This commit is contained in:
xzvf 2019-12-15 20:29:42 +01:00
parent d10fc80fa5
commit 2581c2b00a

View File

@ -9,3 +9,7 @@ pypandoc
pytest-benchmark
pytest-docker-pexpect
twine
psutil
colorama
decorator
pyte