lostplaces-backend/Pipfile

21 lines
354 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 = "*"
[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-08-05 18:23:11 +02:00
# Commented out to not explicitly specify Python 3 subversion.
# [requires]
# python_version = "3.8"