From: Oleg Broytman Date: Sun, 22 Apr 2018 17:50:48 +0000 (+0300) Subject: Build: Remove bottle from requirements.txt X-Git-Tag: 0.1.0~9 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=92083ed2066ead1097fa68cd52cea66f27141d4d 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. --- 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