From 3e7e3eb8684a91fd7dc97d05f259eec61c525927 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 6 May 2020 14:06:44 -0700 Subject: pipenv: py37, black, mypy --- Pipfile | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index 885177d..830bc3a 100644 --- a/Pipfile +++ b/Pipfile @@ -3,18 +3,25 @@ name = "pypi" url = "https://pypi.org/simple" verify_ssl = true -[dev-packages] - [packages] ftfy = "*" urlcanon = "*" surt = "*" tldextract = "*" pycountry = "*" -pytest = "*" python-stdnum = "*" -datasette = "*" +python-dotenv = "*" + +# Future? +#datasette = "*" + +[dev-packages] +pytest = "*" +mypy = "*" + +# must lock black to an exact version because it is still "beta" +# see: https://github.com/psf/black/issues/517 +black = "==19.10b0" [requires] -# Can't require "3.5 or 3.6" here, so just removing. See pipenv github issues. -#python_version = "3.5" +python_version = "3.7" -- cgit v1.2.3