forked from Guake/guake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
43 lines (40 loc) · 798 Bytes
/
Pipfile
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
37
38
39
40
41
42
43
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3"
[dev-packages]
"autopep8" = "*"
"flake8" = ">=3.8.0,<4.0.0"
"pep8" = "*"
pylint = "*"
typed-ast = "*"
astroid = "*"
fiximports = ">=0.1.18"
mock = ">=2.0.0"
pytest-mock = "*"
pyflakes = "*"
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 = "*"
pew = "*"
black = "==21.8b0"
flakehell = "*"
toml = "*"
pre-commit = "==2.17.0"
[packages]
pbr = "*"
wheel = "*"
typing = {markers = "python_version > '3.5'"}
pyyaml = "*"