From ec447e5e10d5991bc88147a65d48f5f6086013dd Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sat, 5 May 2018 16:03:16 +0200 Subject: [PATCH] Update Pipfile --- Pipfile | 9 ++++++++- Pipfile.lock | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index 1ded20a..69fa574 100644 --- a/Pipfile +++ b/Pipfile @@ -1,12 +1,19 @@ [[source]] + url = "https://pypi.org/simple" verify_ssl = true name = "pypi" + [packages] -pygame = ">=1.9.3" + +Pygame = ">=1.9.3" + [dev-packages] + + [requires] + python_version = "3.6" diff --git a/Pipfile.lock b/Pipfile.lock index bb0299d..a59db04 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "1e35d7d630b5e57022eaaeed48f17c8f8a0792f0212f1d0fa61ff400687de459" + "sha256": "cead6d7146d24690a79277d802bf23f61ef2109b6998397fa306aa49d4a120a4" }, "pipfile-spec": 6, "requires": {