Browse Source

[Feature] #138 update lib dependencies + update requests lib to 2.12.4

monf 8 years ago
parent
commit
259772a794
3 changed files with 2 additions and 17 deletions
  1. 0 1
      install/files/deb-packages_requirements.txt
  2. 1 8
      install/files/python_requirements.txt
  3. 1 8
      setup.py

+ 0 - 1
install/files/deb-packages_requirements.txt

@@ -10,7 +10,6 @@ python-pycparser
 python-paramiko
 python-markupsafe
 apt-transport-https
-python-pip
 python-dev
 libsmpeg0
 libttspico-utils

+ 1 - 8
install/files/python_requirements.txt

@@ -6,19 +6,12 @@ ansible==2.2.0.0
 python2-pythondialog==3.4.0
 jinja2==2.8
 cffi==1.9.1
-pygmail==0.0.5.4
-pushetta==1.0.15
-wakeonlan==0.2.2
 ipaddress==1.0.17
-pyowm==2.5.0
-python-twitter==3.1
 flask==0.11.1
 Flask-Restful==0.3.5
-wikipedia==1.4.0
-requests==2.12.1
+requests==2.12.4
 httpretty==0.8.14
 mock==2.0.0
-feedparser==5.2.1
 Flask-Testing==0.6.1
 apscheduler==3.3.0
 GitPython==2.1.1

+ 1 - 8
setup.py

@@ -65,19 +65,12 @@ setup(
         'python2-pythondialog==3.4.0',
         'jinja2==2.8',
         'cffi==1.9.1',
-        'pygmail==0.0.5.4',
-        'pushetta==1.0.15',
-        'wakeonlan==0.2.2',
         'ipaddress==1.0.17',
-        'pyowm==2.5.0',
-        'python-twitter==3.1',
         'flask==0.11.1',
         'Flask-Restful==0.3.5',
-        'wikipedia==1.4.0',
-        'requests==2.12.1',
+        'requests==2.12.4',
         'httpretty==0.8.14',
         'mock==2.0.0',
-        'feedparser==5.2.1',
         'Flask-Testing==0.6.1',
         'apscheduler==3.3.0',
         'GitPython==2.1.1'