28 lines
		
	
	
		
			513 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			513 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[source]]
 | 
						|
url = "https://pypi.org/simple"
 | 
						|
verify_ssl = true
 | 
						|
name = "pypi"
 | 
						|
 | 
						|
[packages]
 | 
						|
flask = "==1.0.2"
 | 
						|
flask-migrate = "==2.1.1"
 | 
						|
flask-bcrypt = "==0.7.1"
 | 
						|
pyjwt = "==1.6.4"
 | 
						|
gpxpy = "==1.2.0"
 | 
						|
"psycopg2-binary" = "==2.7.4"
 | 
						|
staticmap = "==0.5.3"
 | 
						|
pytz = "==2018.4"
 | 
						|
python-forecastio = "==1.4.0"
 | 
						|
gunicorn = "==19.8.1"
 | 
						|
 | 
						|
[dev-packages]
 | 
						|
pytest = "==3.6.1"
 | 
						|
pytest-runner = "==4.2"
 | 
						|
pytest-cov = "==2.5.1"
 | 
						|
"pytest-flake8" = "==1.0.1"
 | 
						|
pytest-isort = "==0.2.0"
 | 
						|
codacy-coverage = "==1.3.11"
 | 
						|
 | 
						|
[requires]
 | 
						|
python_version = "3.6"
 |