From 875055cf171c8792f0cafb8352580ac8b2ba694b Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Sun, 14 Jan 2018 22:18:23 +0100 Subject: [PATCH] Added Pipfile for pipenv. --- Pipfile | 14 ++++++++++++++ Pipfile.lock | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 Pipfile create mode 100644 Pipfile.lock diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..4854f28 --- /dev/null +++ b/Pipfile @@ -0,0 +1,14 @@ +[[source]] + +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + + +[packages] + +geopy = "*" + + +[dev-packages] + diff --git a/Pipfile.lock b/Pipfile.lock new file mode 100644 index 0000000..9aa79a6 --- /dev/null +++ b/Pipfile.lock @@ -0,0 +1,39 @@ +{ + "_meta": { + "hash": { + "sha256": "da8a2b119032aa4dfb05ab9a19bff05215a4c14122112f8e1f9ba395852d2ab6" + }, + "host-environment-markers": { + "implementation_name": "cpython", + "implementation_version": "0", + "os_name": "posix", + "platform_machine": "x86_64", + "platform_python_implementation": "CPython", + "platform_release": "4.13.0-25-generic", + "platform_system": "Linux", + "platform_version": "#29-Ubuntu SMP Mon Jan 8 21:14:41 UTC 2018", + "python_full_version": "2.7.14", + "python_version": "2.7", + "sys_platform": "linux2" + }, + "pipfile-spec": 6, + "requires": {}, + "sources": [ + { + "name": "pypi", + "url": "https://pypi.python.org/simple", + "verify_ssl": true + } + ] + }, + "default": { + "geopy": { + "hashes": [ + "sha256:5215b360f524118a468c13bf97ecbff6136a1876bf4b11d624916e9c9e0f7c17", + "sha256:4250e5a9e9f7abb990eddf01d1491fc112755e14f76060011c607ba759a74112" + ], + "version": "==1.11.0" + } + }, + "develop": {} +}