File: Pipfile

package info (click to toggle)
pylint-gitlab 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 302; makefile: 8
file content (24 lines) | stat: -rw-r--r-- 344 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
22
23
24
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = "*"
pytest-cov = "*"
setuptools = "*"
wheel = "*"
exceptiongroup = "*"

[packages]
pylint = "*"
jinja2 = "*"
anybadge = "*"
importlib-metadata = "*"
typing-extensions = "*"
wrapt = "*"
tomli = "*"
dill = "*"

[requires]
python_version = "3.11"