forked from Guake/guake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
42 lines (39 loc) · 780 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3"
[dev-packages]
"autopep8" = "*"
"flake8" = "==7.1.1"
"pep8" = "*"
pylint = "==3.3.2"
astroid = "*"
fiximports = ">=0.1.18"
mock = ">=2.0.0"
pytest-mock = "*"
pyflakes = "*"
pytest = "*"
yapf = "*"
reno = {version = ">=2.8.0",extras = ["sphinx"]}
colorlog = "*"
sphinx-rtd-theme = "*"
sphinxcontrib-programoutput = "*"
twine = "*"
pathlib2 = {markers = "python_version < '3.8'"}
scandir = {markers = "python_version < '3.5'"}
pyfakefs = "*"
pytest-cov = "*"
pew = "*"
black = "==24.10.0"
typing-extensions = "*"
toml = "*"
tomli = "*"
pre-commit = "==2.17.0"
[packages]
pbr = "*"
wheel = "*"
typing = {markers = "python_version < '3.5'"}
cython = "*"
pyyaml = "*"