aboutsummaryrefslogtreecommitdiffstats
path: root/src/Pipfile
blob: 945a2b2e8999a1ab51c6b83b3df91fb6bc46f915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
aiohttp = "*"
systemd-python = "*"

[dev-packages]

[requires]
python_version = "3.10"