From d597cedfdcb794858eb943e78940c7ed932c3bfc Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Mon, 10 May 2021 16:35:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Remove=20Sphinx=20from=20the=20d?= =?UTF-8?q?ependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/backend/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/code/backend/pyproject.toml b/code/backend/pyproject.toml index 88d4099..16f9d41 100644 --- a/code/backend/pyproject.toml +++ b/code/backend/pyproject.toml @@ -26,7 +26,6 @@ apispec-webframeworks = "^0.5.2" marshmallow = "^3.11.1" openapi-spec-validator = "^0.3.0" flask-swagger-ui = "^3.36.0" -Sphinx = "^3.5.4" tweepy = "^3.10.0" nltk = "^3.6.2"