diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-07-31 14:42:30 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-07-31 14:42:30 -0700 |
commit | 641542f9793ea7a306d0fc2df140542f4f21b265 (patch) | |
tree | 53a760e6b4707abdca29a6e0dac66bfb518feb0b /Pipfile | |
parent | 5a491581ffd1915fe72244d50798cca647b80c01 (diff) | |
download | chocula-641542f9793ea7a306d0fc2df140542f4f21b265.tar.gz chocula-641542f9793ea7a306d0fc2df140542f4f21b265.zip |
pipenv: datasette
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ tldextract = "*" pycountry = "*" pytest = "*" python-stdnum = "*" +datasette = "*" [requires] python_version = "3.5" |