-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pipfile
83 lines (80 loc) · 1.68 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
asn1crypto = "==0.24.0"
bcrypt = "==3.1.7"
cached-property = "==1.5.1"
certifi = "==2017.7.27.1"
cffi = "==1.12.3"
chardet = "==3.0.4"
click = "==7.0"
cloud-init = "==0.7.6"
configobj = "==4.7.2"
cryptography = "==2.7"
decorator = "==3.4.0"
docker = "==3.7.3"
docker-pycreds = "==0.4.0"
dockerpty = "==0.4.1"
docopt = "==0.6.2"
enum34 = "==1.1.6"
functools32 = "==3.2.3.post2"
gevent = "==1.3.7"
greenlet = "==0.4.15"
idna = "==2.6"
iniparse = "==0.4"
ipaddress = "==1.0.16"
itsdangerous = "==1.1.0"
jsonpatch = "==1.16"
jsonpointer = "==1.12"
jsonschema = "==2.6.0"
kitchen = "==1.1.1"
locustio = "==0.9.0"
meld3 = "==0.6.10"
msgpack = "==0.5.6"
oauth = "==1.0.1"
paramiko = "==2.6.0"
perf = "==0.1"
pipenv = "==2018.11.26"
policycoreutils-default-encoding = "==0.1"
pycparser = "==2.19"
pycurl = "==7.19.0"
pygpgme = "==0.3"
pyliblzma = "==0.5.3"
python-linux-procfs = "==0.4.9"
pyudev = "==0.15"
pyxattr = "==0.5.1"
pyzmq = "==17.1.2"
requests = "==2.18.4"
schedutils = "==0.4"
seobject = "==0.1"
sepolicy = "==1.1"
six = "==1.11.0"
slip-dbus = "==0.4.0"
supervisor = "==3.1.4"
texttable = "==0.9.1"
typing = "==3.6.6"
urlgrabber = "==3.10"
urllib3 = "==1.22"
virtualenv = "==16.1.0"
virtualenv-clone = "==0.4.0"
yum-metadata-parser = "==1.1.4"
"backports.ssl_match_hostname" = "==3.5.0.1"
Cheetah = "==2.4.4"
Flask = "==1.0.2"
IPy = "==0.75"
Jinja2 = "==2.10"
Markdown = "==2.6.9"
MarkupSafe = "==1.0"
MySQL-python = "==1.2.5"
PrettyTable = "==0.7.2"
PyGObject = "==3.22.0"
PyNaCl = "==1.3.0"
PyYAML = "==3.12"
SLIP = "==0.4.0"
websocket_client = "==0.56.0"
Werkzeug = "==0.14.1"
[requires]
python_version = "3.6"