lostplaces-backend/Pipfile

28 lines
540 B
TOML
Raw Normal View History

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
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 = "*"
[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
[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"