Raise required nbxmpp version
This commit is contained in:
		
							parent
							
								
									aab307cee7
								
							
						
					
					
						commit
						f724359c2b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -53,7 +53,7 @@ from gajim.common import i18n
 | 
			
		|||
from gajim.common import logging_helpers
 | 
			
		||||
from gajim.common import crypto
 | 
			
		||||
 | 
			
		||||
MIN_NBXMPP_VER = "0.6.0"
 | 
			
		||||
MIN_NBXMPP_VER = "0.6.1"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
class GajimApplication(Gtk.Application):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										2
									
								
								setup.py
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -272,7 +272,7 @@ setup(
 | 
			
		|||
    data_files=data_files,
 | 
			
		||||
    install_requires=[
 | 
			
		||||
        'dbus-python;sys_platform=="linux"',
 | 
			
		||||
        'nbxmpp>=0.6.0',
 | 
			
		||||
        'nbxmpp>=0.6.1',
 | 
			
		||||
        'pyOpenSSL>=0.12',
 | 
			
		||||
        'pyasn1',
 | 
			
		||||
    ],
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue