24 lines
390 B
TOML
24 lines
390 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
coverage = "*"
|
|
autopep8 = "*"
|
|
pipenv = "*"
|
|
wheel = "*"
|
|
twine = "*"
|
|
pandoc ="*"
|
|
|
|
[packages]
|
|
django = "*"
|
|
easy-thumbnails = "*"
|
|
image = "*"
|
|
django-widget-tweaks = "*"
|
|
django-taggit = "*"
|
|
# Commented out to not explicitly specify Python 3 subversion.
|
|
# [requires]
|
|
# python_version = "3.8"
|