Dev dep
This commit is contained in:
parent
5cc391391e
commit
bb1dafc89c
3
Pipfile
3
Pipfile
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user