mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
24 lines
492 B
TOML
24 lines
492 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
dpaste = {editable = true,path = "."}
|
|
|
|
[dev-packages]
|
|
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\""
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|