28 lines
		
	
	
		
			416 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			416 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[source]]
 | 
						|
url = "https://pypi.org/simple"
 | 
						|
verify_ssl = true
 | 
						|
name = "pypi"
 | 
						|
 | 
						|
[packages]
 | 
						|
flask = "*"
 | 
						|
flask-migrate = "*"
 | 
						|
flask-bcrypt = "*"
 | 
						|
pyjwt = "*"
 | 
						|
gpxpy = "*"
 | 
						|
"psycopg2-binary" = "*"
 | 
						|
staticmap = "*"
 | 
						|
pytz = "*"
 | 
						|
python-forecastio = "*"
 | 
						|
gunicorn = "*"
 | 
						|
 | 
						|
[dev-packages]
 | 
						|
pytest = "*"
 | 
						|
pytest-runner = "*"
 | 
						|
pytest-cov = "*"
 | 
						|
"pytest-flake8" = "*"
 | 
						|
pytest-isort = "*"
 | 
						|
codacy-coverage = "*"
 | 
						|
 | 
						|
[requires]
 | 
						|
python_version = "3.7"
 |