File: Pipfile

package info (click to toggle)
flask-htmlmin 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 188; sh: 14; makefile: 6
file content (21 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest-cov = "*"
twine = "*"
wheel = "*"
flake8 = "*"
coverage = "*"
pytest = "*"

[packages]
flask = ">=3.0.0"
cssmin = " 0.2.0"
flask-htmlmin = {file = ".", editable = true}
htmlmin2 = "*"

[requires]
python_version = ">=3.11"