This commit is contained in:
2021-09-16 16:06:58 +12:00
commit 45f7d5b759
2 changed files with 31 additions and 0 deletions

11
intro_pytest/Pipfile Normal file
View File

@@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.8"