sbin/sync/Pipfile
author ymh <ymh.work@gmail.com>
Tue, 23 Oct 2018 11:59:25 +0200
changeset 356 5fd1cc3abfbd
child 359 7b0f10610cdf
permissions -rw-r--r--
use pipenv and direnv to manage sync venv

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

[packages]
cffi = "==1.9.1"
cryptography = "==1.7.2"
"enum34" = "==1.1.6"
idna = "==2.5"
ipaddress = "==1.0.18"
paramiko = "==2.1.2"
"pyasn1" = "==0.2.3"
pycparser = "==2.17"
six = "==1.10.0"
Fabric = "==1.13.1"
Mercurial = "==4.1.1"
"520978f" = {path = "./fablib-0.1.dev.0.tar.gz"}

[dev-packages]

[requires]
python_version = "2.7"