File: Pipfile

package info (click to toggle)
libnitrokey 3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 900 kB
  • sloc: cpp: 6,246; python: 2,095; ansic: 255; makefile: 59; sh: 57
file content (15 lines) | stat: -rw-r--r-- 164 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
click = "*"
regex = "*"

[requires]
python_version = "3.8"