Explorar o código

do not use ansible 2.4

nico %!s(int64=7) %!d(string=hai) anos
pai
achega
daf3293cfe
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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',