Browse Source

do not use ansible 2.4

nico 7 years ago
parent
commit
daf3293cfe
2 changed files with 2 additions and 2 deletions
  1. 1 1
      install/files/python_requirements.txt
  2. 1 1
      setup.py

+ 1 - 1
install/files/python_requirements.txt

@@ -3,7 +3,7 @@ SpeechRecognition>=3.7.1
 markupsafe==0.23
 pyaudio==0.2.11
 pyasn1>=0.1.8
-ansible==2.2.0.0
+ansible==2.3.0.0
 #python2-pythondialog==3.4.0
 jinja2==2.8
 cffi==1.9.1

+ 1 - 1
setup.py

@@ -71,7 +71,7 @@ setup(
         'markupsafe>=1.0',
         'pyaudio>=0.2.11',
         'pyasn1>=0.2.3',
-        'ansible>=2.3',
+        'ansible>=2.3,<2.4',
         py2_prefix + 'pythondialog>=3.4.0',
         'jinja2>=2.8,<=2.9.6',
         'cffi>=1.9.1',