-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
53 lines (50 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
46
47
48
49
50
51
52
53
# hoho
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
appnope = "==0.1.0"
asn1crypto = "==0.23.0"
astroid = "==1.5.3"
bcrypt = "==3.1.3"
boto3 = "==1.4.7"
botocore = "==1.7.21"
certifi = "==2017.7.27.1"
cffi = "==1.11.2"
chardet = "==3.0.4"
cryptography = "==2.3"
decorator = "==4.1.2"
docutils = "==0.14"
idna = "==2.6"
ipython = "==6.2.1"
isort = "==4.2.15"
jedi = "==0.11.0"
jmespath = "==0.9.3"
lazy-object-proxy = "==1.3.1"
mccabe = "==0.6.1"
paramiko = "==2.4.2"
parso = "==0.1.0"
pexpect = "==4.2.1"
pickleshare = "==0.7.4"
prompt-toolkit = "==1.0.15"
ptyprocess = "==0.5.2"
pyasn1 = "==0.3.7"
pycparser = "==2.18"
pylint = "==1.7.4"
python-dateutil = "==2.6.1"
requests = "==2.20.0"
s3transfer = "==0.1.11"
simplegeneric = "==0.8.1"
six = "==1.11.0"
traitlets = "==4.3.2"
urllib3 = "==1.23"
wcwidth = "==0.1.7"
wrapt = "==1.10.11"
Fabric3 = "==1.13.1.post1"
ipython_genutils = "==0.2.0"
Pygments = "==2.2.0"
PyNaCl = "==1.1.2"
[requires]
python_version = "3.7"