]> git.phdru.name Git - m_librarian.git/commitdiff
Build: Remove bottle from requirements.txt
authorOleg Broytman <phd@phdru.name>
Sun, 22 Apr 2018 17:50:48 +0000 (20:50 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 22 Apr 2018 20:42:36 +0000 (23:42 +0300)
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

index 3c9963bac25e3cc7f4241bfd11b900cdccda0892..18707cb64cf8e22bccf17a4e958cc08f7e9e5f9e 100644 (file)
@@ -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