15 lines
		
	
	
		
			174 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			174 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [[source]]
 | |
| name = "pypi"
 | |
| url = "https://pypi.org/simple"
 | |
| verify_ssl = true
 | |
| 
 | |
| [dev-packages]
 | |
| 
 | |
| [packages]
 | |
| pytz = "*"
 | |
| gpxpy = "*"
 | |
| py3exiv2 = "*"
 | |
| 
 | |
| [requires]
 | |
| python_version = "3"
 |