summaryrefslogtreecommitdiff
path: root/Pipfile
blob: 2a4b92136f07d88ae440faae9d894e4a05b3187e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"