server/isso/Pipfile
author ymh <ymh.work@gmail.com>
Tue, 18 Sep 2018 10:36:57 +0200
changeset 10 28971cf04a91
parent 7 5847345004db
permissions -rw-r--r--
Correct deploy script to take into account upstream names

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
uWSGI = "*"
isso = {editable = true, git = "https://github.com/IRI-Research/isso.git"}

[dev-packages]

[requires]
python_version = "3.7"