23 lines
		
	
	
		
			340 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			340 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[source]]
 | 
						|
url = "https://pypi.org/simple"
 | 
						|
verify_ssl = true
 | 
						|
name = "pypi"
 | 
						|
 | 
						|
[packages]
 | 
						|
pydux = "*"
 | 
						|
 | 
						|
[dev-packages]
 | 
						|
adafruit-ampy = "*"
 | 
						|
"flake8" = "*"
 | 
						|
"flake8-comprehensions" = "*"
 | 
						|
ipython = "*"
 | 
						|
ipdb = "*"
 | 
						|
"flake8-commas" = "*"
 | 
						|
isort = "*"
 | 
						|
"flake8-isort" = "*"
 | 
						|
neovim = "*"
 | 
						|
"flake8-per-file-ignores" = "*"
 | 
						|
 | 
						|
[requires]
 | 
						|
python_version = "3.7"
 |