2020-07-29 10:44:16 +02:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
2020-07-31 16:18:10 +02:00
|
|
|
pylint = "*"
|
2020-09-03 20:06:06 +02:00
|
|
|
coverage = "*"
|
2020-09-09 22:53:22 +02:00
|
|
|
autopep8 = "*"
|
|
|
|
pipenv = "*"
|
2020-09-10 21:51:03 +02:00
|
|
|
wheel = "*"
|
2020-09-10 23:07:51 +02:00
|
|
|
twine = "*"
|
2020-09-17 17:06:44 +02:00
|
|
|
pandoc = "*"
|
|
|
|
pylint-django = "*"
|
2020-07-29 10:44:16 +02:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
django = "*"
|
2020-08-03 19:14:13 +02:00
|
|
|
easy-thumbnails = "*"
|
2020-07-29 11:18:57 +02:00
|
|
|
image = "*"
|
2020-08-03 17:29:25 +02:00
|
|
|
django-widget-tweaks = "*"
|
2020-08-27 17:00:41 +02:00
|
|
|
django-taggit = "*"
|
2020-09-11 23:07:19 +02:00
|
|
|
|
2020-09-14 15:29:26 +02:00
|
|
|
[scripts]
|
2020-09-14 17:26:17 +02:00
|
|
|
test = "django_lostplaces/manage.py test lostplaces"
|
|
|
|
server = "django_lostplaces/manage.py runserver --ipv6"
|
|
|
|
dbshell = "django_lostplaces/manage.py dbshell"
|
2020-09-19 23:31:25 +02:00
|
|
|
showmigrations = "django_lostplaces/manage.py showmigrations"
|