This commit is contained in:
reverend 2020-09-09 22:53:22 +02:00
parent 5cc391391e
commit bb1dafc89c

View File

@ -6,6 +6,8 @@ verify_ssl = true
[dev-packages] [dev-packages]
pylint = "*" pylint = "*"
coverage = "*" coverage = "*"
autopep8 = "*"
pipenv = "*"
[packages] [packages]
django = "*" django = "*"
@ -13,7 +15,6 @@ easy-thumbnails = "*"
image = "*" image = "*"
django-widget-tweaks = "*" django-widget-tweaks = "*"
django-taggit = "*" django-taggit = "*"
# Commented out to not explicitly specify Python 3 subversion. # Commented out to not explicitly specify Python 3 subversion.
# [requires] # [requires]
# python_version = "3.8" # python_version = "3.8"