forked from ismet55555/yojenkins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (40 loc) · 1 KB
/
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
44
45
# -*- mode: toml -*-
# vim: set filetype=toml
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[requires]
python_version = "3"
[dev-packages]
bump2version = "*"
macholib = {version = "*", platform_system = "== 'Darwin'"}
mkdocs = "*"
myst_parser = "*"
pre-commit = "*"
pyinstaller = "*"
pylint = "*"
pytest = "*"
setuptools = "*"
twine = "*"
wheel = "*"
yamllint = "*"
yapf = "*"
yojenkins = {editable = true, path = "."}
[packages]
click = "*"
click-help-colors = "*"
coloredlogs = "*"
docker = "*"
json2xml = "*"
pypiwin32 = {version = "*", markers = "sys_platform == 'win32' or platform_system == 'Windows' or os_name =='nt'"}
python-jenkins = "*"
pywin32 = {version = "*", markers = "sys_platform == 'win32' or platform_system == 'Windows' or os_name =='nt'"}
pyyaml = "*"
requests_futures = "*"
toml = "*"
windows-curses = {version = "*", markers = "sys_platform == 'win32' or platform_system == 'Windows' or os_name =='nt'"}
xmltodict = "*"
yaspin = "*"
[pipenv]
allow_prereleases = true