File: Pipfile

package info (click to toggle)
flask-ldapconn 0.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: python: 941; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 199 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[packages]
ldap3 = ">=2.3"
Flask = ">=0.12"

[dev-packages]
docker = "*"
pytest = "*"
coverage = "*"
pathlib2 = "*"