dpaste/Pipfile

25 lines
492 B
Text
Raw Normal View History

2018-01-07 17:20:50 +01:00
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
2019-01-25 13:47:00 +01:00
[packages]
dpaste = {editable = true,path = "."}
2018-01-07 17:20:50 +01:00
[dev-packages]
2019-01-25 13:47:00 +01:00
ipdb = "*"
isort = "*"
black = "*"
django-sslserver = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-rtd-theme = "*"
sphinxcontrib-httpdomain = "*"
[scripts]
test = "./runtests.py"
cleanup = "sh -c \"isort -rc dpaste && black --skip-string-normalization --line-length=80 --exclude='/(migrations)/' dpaste\""
2019-01-25 13:47:00 +01:00
[pipenv]
allow_prereleases = true