File: Pipfile

package info (click to toggle)
guake 3.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,588 kB
  • sloc: python: 6,560; xml: 600; makefile: 545; sh: 277
file content (36 lines) | stat: -rw-r--r-- 714 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
25
26
27
28
29
30
31
32
33
34
35
36
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"

[requires]
python_version = "3"

[dev-packages]
"autopep8" = "<1.4"
"flake8" = "<3.6"
"pep8" = "*"
pylint = "<2.3.0"
typed-ast = "<1.4.0,>=1.3.1"
astroid = "<2.2.0"
fiximports = ">=0.1.18"
mock = ">=2.0.0"
pytest-mock = "*"
pyflakes = "<2.0.0"
pytest = "*"
yapf = "*"
reno = {version = ">=2.8.0",extras = ["sphinx"]}
pipenv-to-requirements = "*"
colorlog = "*"
sphinx-rtd-theme = "*"
sphinxcontrib-programoutput = "*"
e1839a8 = {editable = true,path = "."}
twine = "*"
pathlib2 = "*"
scandir = {markers = "python_version < '3.5'"}
pyfakefs = "*"
pytest-cov = "*"

[packages]
pbr = "*"
typing = {markers = "python_version < '3.5'"}