File: Pipfile

package info (click to toggle)
igloohome-api 0.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: python: 173; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
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]
pyjwt = "==2.10.1"
dacite = "==1.8.1"
aiohttp = "==3.11.10"

[dev-packages]

[requires]
python_version = "3.9"