-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
81 lines (71 loc) · 1.45 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
apscheduler = "==3.3.1"
argh = "==0.26.2"
arrow = "==0.10.0"
blessings = "==1.6"
bpython = "==0.15"
certifi = "==2017.7.27.1"
chardet = "==3.0.4"
click = "==6.6"
curtsies = "==0.2.9"
decorator = "==4.1.2"
dominate = "==2.3.1"
flask = "==0.11.1"
flask-bootstrap = "==3.3.7.0"
flask-oauthlib = "==0.9.3"
fuzzywuzzy = "==0.14.0"
greenlet = ">=0.4.10"
idna = "==2.6"
ipython = "==6.2.1"
ipython-genutils = "==0.2.0"
itsdangerous = "==0.24"
jedi = "==0.11.1"
jinja2 = "==2.8"
markupsafe = "==0.23"
oauthlib = "==2.0.0"
parso = "==0.1.1"
pexpect = "==4.3.1"
pickleshare = "==0.7.4"
prompt-toolkit = "==1.0.15"
ptyprocess = "==0.5.2"
pygments = "==2.1.3"
pylast = "==1.9.0"
python-dateutil = "==2.6.1"
pytz = "==2017.2"
redis = "==2.10.5"
requests = "*"
requests-oauthlib = "==0.7.0"
rq = "==0.6.0"
simplegeneric = "==0.8.1"
traitlets = "==4.3.2"
tzlocal = "==1.4"
urllib3 = "==1.22"
virtualenv = "==15.0.3"
virtualfish = "==1.0.5"
visitor = "==0.1.3"
wcwidth = "==0.1.7"
werkzeug = "==0.11.11"
aws-requests-auth = "==0.4.1"
boto3 = "==1.5.28"
botocore = "==1.8.42"
docutils = "==0.14"
flake8 = "==3.5.0"
hvac = "==0.4.0"
jmespath = "==0.9.3"
mccabe = "==0.6.1"
pew = "==1.1.2"
pipenv = "==9.0.3"
pycodestyle = "==2.3.1"
pyflakes = "==1.6.0"
s3transfer = "==0.1.12"
virtualenv-clone = "==0.2.6"
pandas = "*"
numpy = "*"
spotiwise = "*"
[dev-packages]
[packages.5f22a8e]
path = "./Pipfile"