diff options
author | Michaël Ball <git@michaelball.name> | 2021-10-13 13:56:46 +0100 |
---|---|---|
committer | Michaël Ball <git@michaelball.name> | 2021-10-13 13:56:46 +0100 |
commit | 1938f5fdbd95630563dc356d6ec473c7e5c0a441 (patch) | |
tree | d08dda0ed28f0dce849534d81ccae81b37e6e52d /Pipfile | |
parent | 927d8fc5833172cf8c5ee9e7c2904a5f1f765903 (diff) |
Pipfile with dependencies
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +[[source]] +url = "https://pypi.org/simple" +verify_ssl = true +name = "pypi" + +[packages] +suntime = "1.2.5" +xdg = "5.1.1" + +[dev-packages] +python-lsp-server = "*" + +[requires] +python_version = "3.10" |