diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -12,9 +12,6 @@ pycountry = "*" python-stdnum = "*" toml = "*" -# Future? -#datasette = "*" - [dev-packages] pytest = "*" pytest-cov = "*" @@ -27,4 +24,4 @@ flake8-annotations = "*" black = "==19.10b0" [requires] -python_version = "3.7" +python_version = "3.8" |