File: Pipfile

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

[dev-packages]
black = "*"
tox = "<3.8"
twine = "*"
pytest = "*"
tox-pyenv = "*"

[packages]

[requires]
python_version = "3.8"

[pipenv]
allow_prereleases = true