diff -r 6d7f2bab67dc -r 5fd1cc3abfbd sbin/sync/Pipfile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sbin/sync/Pipfile Tue Oct 23 11:59:25 2018 +0200 @@ -0,0 +1,23 @@ +[[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"