31 lines
		
	
	
		
			691 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			691 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[[source]]
 | 
						|
name = "pypi"
 | 
						|
url = "https://pypi.org/simple"
 | 
						|
verify_ssl = true
 | 
						|
 | 
						|
[dev-packages]
 | 
						|
pylint = "*"
 | 
						|
coverage = "*"
 | 
						|
autopep8 = "*"
 | 
						|
pipenv = "*"
 | 
						|
wheel = "*"
 | 
						|
twine = "*"
 | 
						|
pandoc = "*"
 | 
						|
pylint-django = "*"
 | 
						|
setuptools = "*"
 | 
						|
 | 
						|
[packages]
 | 
						|
django = "*"
 | 
						|
easy-thumbnails = "*"
 | 
						|
image = "*"
 | 
						|
django-widget-tweaks = "*"
 | 
						|
django-taggit = "*"
 | 
						|
 | 
						|
[scripts]
 | 
						|
test = "django_lostplaces/manage.py test lostplaces"
 | 
						|
server = "django_lostplaces/manage.py runserver --ipv6"
 | 
						|
dbshell = "django_lostplaces/manage.py dbshell"
 | 
						|
showmigrations = "django_lostplaces/manage.py showmigrations"
 | 
						|
makemigrations = "django_lostplaces/manage.py makemigrations --no-input"
 | 
						|
build = "django_lostplaces/setup.py bdist_wheel --universal"
 |