26 lines
		
	
	
		
			406 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			406 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[source]]
 | 
						|
name = "pypi"
 | 
						|
url = "https://pypi.org/simple"
 | 
						|
verify_ssl = true
 | 
						|
 | 
						|
[dev-packages]
 | 
						|
pylint = "*"
 | 
						|
coverage = "*"
 | 
						|
autopep8 = "*"
 | 
						|
pipenv = "*"
 | 
						|
wheel = "*"
 | 
						|
twine = "*"
 | 
						|
pandoc ="*"
 | 
						|
pylint-django ="*"
 | 
						|
 | 
						|
[packages]
 | 
						|
django = "*"
 | 
						|
easy-thumbnails = "*"
 | 
						|
image = "*"
 | 
						|
django-widget-tweaks = "*"
 | 
						|
django-taggit = "*"
 | 
						|
 | 
						|
# Commented out to not explicitly specify Python 3 subversion.
 | 
						|
[requires]
 | 
						|
python_version = "3.7"
 |