19 lines
		
	
	
		
			235 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			235 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| url = "https://pypi.python.org/simple"
 | |
| verify_ssl = true
 | |
| name = "pypi"
 | |
| 
 | |
| [packages]
 | |
| jupyterlab = "*"
 | |
| numpy = "*"
 | |
| pylint = "*"
 | |
| flake8 = "*"
 | |
| rope = "*"
 | |
| pandas = "*"
 | |
| tqdm = "*"
 | |
| 
 | |
| [dev-packages]
 | |
| 
 | |
| [requires]
 | |
| python_version = "3.8"
 |