server/isso/Pipfile
author ymh <ymh.work@gmail.com>
Tue, 29 Mar 2022 12:01:13 +0200
changeset 23 cd25fa7db90c
parent 7 5847345004db
permissions -rw-r--r--
Correct deploy script

[[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"