File: Pipfile

package info (click to toggle)
parsedatetime 2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 568 kB
  • sloc: python: 5,161; makefile: 44
file content (24 lines) | stat: -rw-r--r-- 342 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
20
21
22
23
24
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
tox = "*"
tox-pipenv = "*"
pytest = "*"
pytest-cov = "*"
pytest-runner = "*"
mccabe = "*"
flake8 = "*"
coverage = "*"
coveralls = "*"
codecov = "*"
check-manifest = "*"
unittest2 = "*"
pyicu-binary = "*"

[packages]

[requires]
python_version = "3.7"