From 45f7d5b7594fe21059517777198f1767767c95f7 Mon Sep 17 00:00:00 2001 From: ShivanS93 Date: Thu, 16 Sep 2021 16:06:58 +1200 Subject: [PATCH] first --- intro_pytest/Pipfile | 11 +++++++++++ intro_pytest/Pipfile.lock | 20 ++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 intro_pytest/Pipfile create mode 100644 intro_pytest/Pipfile.lock diff --git a/intro_pytest/Pipfile b/intro_pytest/Pipfile new file mode 100644 index 0000000..22d660a --- /dev/null +++ b/intro_pytest/Pipfile @@ -0,0 +1,11 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] + +[dev-packages] + +[requires] +python_version = "3.8" diff --git a/intro_pytest/Pipfile.lock b/intro_pytest/Pipfile.lock new file mode 100644 index 0000000..e42812c --- /dev/null +++ b/intro_pytest/Pipfile.lock @@ -0,0 +1,20 @@ +{ + "_meta": { + "hash": { + "sha256": "7f7606f08e0544d8d012ef4d097dabdd6df6843a28793eb6551245d4b2db4242" + }, + "pipfile-spec": 6, + "requires": { + "python_version": "3.8" + }, + "sources": [ + { + "name": "pypi", + "url": "https://pypi.org/simple", + "verify_ssl": true + } + ] + }, + "default": {}, + "develop": {} +}