From 2dc8cc1e4824321083d3d221780ff15e7e7dd6bd Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 25 Dec 2018 20:46:48 -0500 Subject: [PATCH] Remove out of date dependencies list in docs Was scrolling through the docs and noticed this, I figure it's easier to remove this than try and keep it in sync with setup.py --- doc/en/getting-started.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst index 22ffe7bd4..500fc3d93 100644 --- a/doc/en/getting-started.rst +++ b/doc/en/getting-started.rst @@ -7,9 +7,6 @@ Installation and Getting Started **PyPI package name**: `pytest `_ -**Dependencies**: `py `_, -`colorama (Windows) `_, - **Documentation as PDF**: `download latest `_ ``pytest`` is a framework that makes building simple and scalable tests easy. Tests are expressive and readable—no boilerplate code required. Get started in minutes with a small unit test or complex functional test for your application or library.