From 92083ed2066ead1097fa68cd52cea66f27141d4d Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 22 Apr 2018 20:50:48 +0300 Subject: [PATCH] Build: Remove bottle from requirements.txt bottle is not a hard requirement, it's only needed for web. Remove trusted-host phdru.name - m_lib can be installed from PyPI. --- devscripts/requirements/requirements.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/devscripts/requirements/requirements.txt b/devscripts/requirements/requirements.txt index 3c9963b..18707cb 100644 --- a/devscripts/requirements/requirements.txt +++ b/devscripts/requirements/requirements.txt @@ -1,8 +1,5 @@ ---trusted-host phdru.name ---find-links=http://phdru.name/Software/Python/ --install-option=-O2 SQLObject>=2.2.1; python_version >= '2.7' and python_version < '3.0' SQLObject>=3.0.0; python_version >= '3.4' m_lib.defenc>=1.0 -bottle -- 2.39.2