diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-07-31 14:44:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-07-31 14:44:23 -0700 |
commit | 9db2afd3c99369eeccd231402adab5e448b07605 (patch) | |
tree | f318231bc07b6bd61f87ba2708058aabf865aa59 /Pipfile | |
parent | 641542f9793ea7a306d0fc2df140542f4f21b265 (diff) | |
download | chocula-9db2afd3c99369eeccd231402adab5e448b07605.tar.gz chocula-9db2afd3c99369eeccd231402adab5e448b07605.zip |
remove python 3.5 constraint
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,4 +16,5 @@ python-stdnum = "*" datasette = "*" [requires] -python_version = "3.5" +# Can't require "3.5 or 3.6" here, so just removing. See pipenv github issues. +#python_version = "3.5" |