From 0bf303a5607f42658252ef27e9f3fee3e6b84d19 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 25 Sep 2020 22:26:14 +0200 Subject: Clean up "full" installation mode --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d1de5bd..0635253 100644 --- a/setup.py +++ b/setup.py @@ -32,10 +32,7 @@ REQUIRED = [ "markdown>=3.1.1", ] -full_require = [ - # TEMPORARY: Until ReadabiliPy is available on PyPI - "readabilipy @ git+https://git@github.com/GjjvdBurg/ReadabiliPy@packaging#egg=readabilipy", -] +full_require = ["readabilipy"] docs_require = [] test_require = [] dev_require = ["green"] -- cgit v1.2.3