commit 45f7d5b7594fe21059517777198f1767767c95f7 Author: ShivanS93 Date: Thu Sep 16 16:06:58 2021 +1200 first 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": {} +}