lostplaces-backend/Pipfile

19 lines
315 B
TOML
Raw Normal View History

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[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-26 19:31:06 +02:00
django-svg-icons = "*"
2020-08-05 18:23:11 +02:00
# Commented out to not explicitly specify Python 3 subversion.
# [requires]
# python_version = "3.8"