Browse Source

upgrade some python lib to the last release

nico 8 years ago
parent
commit
64f478f8c5
2 changed files with 6 additions and 6 deletions
  1. 3 3
      install/files/python_requirements.txt
  2. 3 3
      setup.py

+ 3 - 3
install/files/python_requirements.txt

@@ -1,15 +1,15 @@
 SpeechRecognition==3.4.6
 markupsafe==0.23
 pyaudio==0.2.9
-ansible==2.1.1.0
+ansible==2.2.0.0
 python2-pythondialog==3.4.0
 jinja==1.2
 python-crontab==2.1.1
-cffi==1.8.3
+cffi==1.9.1
 pygmail==0.0.5.4
 pushetta==1.0.15
 wakeonlan==0.2.2
-ipaddress==1.0.16
+ipaddress==1.0.17
 pyowm==2.5.0
 python-twitter==3.1
 flask==0.11.1

+ 3 - 3
setup.py

@@ -60,15 +60,15 @@ setup(
         'SpeechRecognition==3.4.6',
         'markupsafe==0.23',
         'pyaudio==0.2.9',
-        'ansible==2.1.1.0',
+        'ansible==2.2.0.0',
         'python2-pythondialog==3.4.0',
         'jinja==1.2',
         'python-crontab==2.1.1',
-        'cffi==1.8.3',
+        'cffi==1.9.1',
         'pygmail==0.0.5.4',
         'pushetta==1.0.15',
         'wakeonlan==0.2.2',
-        'ipaddress==1.0.16',
+        'ipaddress==1.0.17',
         'pyowm==2.5.0',
         'python-twitter==3.1',
         'flask==0.11.1',