18 lines
		
	
	
	
		
			309 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			309 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[source]]
 | 
						|
name = "pypi"
 | 
						|
url = "https://pypi.org/simple"
 | 
						|
verify_ssl = true
 | 
						|
 | 
						|
[dev-packages]
 | 
						|
bandit = "*"
 | 
						|
pylama = "*"
 | 
						|
 | 
						|
[packages]
 | 
						|
python-decouple = "*"
 | 
						|
cython = "*"
 | 
						|
pylint = "*"
 | 
						|
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3"}
 | 
						|
sshtunnel = "*"
 | 
						|
 | 
						|
[requires]
 | 
						|
python_version = "3.7"
 |