Merge branch 'master' of github.com:markqvist/Reticulum
This commit is contained in:
		
						commit
						53ca86ebfc
					
				
							
								
								
									
										2
									
								
								setup.py
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								setup.py
									
									
									
									
									
								
							@ -20,6 +20,6 @@ setuptools.setup(
 | 
				
			|||||||
        "License :: OSI Approved :: MIT License",
 | 
					        "License :: OSI Approved :: MIT License",
 | 
				
			||||||
        "Operating System :: OS Independent",
 | 
					        "Operating System :: OS Independent",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    install_requires=['cryptography>=3.4.7', 'pyserial', 'netifaces>=0.10.4'],
 | 
					    install_requires=['cryptography>=3.4.7', 'pyserial', 'netifaces>=0.10.4', 'six'],
 | 
				
			||||||
    python_requires='>=3.6',
 | 
					    python_requires='>=3.6',
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user