sbin/sync/Pipfile
changeset 356 5fd1cc3abfbd
child 359 7b0f10610cdf
equal deleted inserted replaced
355:6d7f2bab67dc 356:5fd1cc3abfbd
       
     1 [[source]]
       
     2 url = "https://pypi.org/simple"
       
     3 verify_ssl = true
       
     4 name = "pypi"
       
     5 
       
     6 [packages]
       
     7 cffi = "==1.9.1"
       
     8 cryptography = "==1.7.2"
       
     9 "enum34" = "==1.1.6"
       
    10 idna = "==2.5"
       
    11 ipaddress = "==1.0.18"
       
    12 paramiko = "==2.1.2"
       
    13 "pyasn1" = "==0.2.3"
       
    14 pycparser = "==2.17"
       
    15 six = "==1.10.0"
       
    16 Fabric = "==1.13.1"
       
    17 Mercurial = "==4.1.1"
       
    18 "520978f" = {path = "./fablib-0.1.dev.0.tar.gz"}
       
    19 
       
    20 [dev-packages]
       
    21 
       
    22 [requires]
       
    23 python_version = "2.7"