forked from HariSekhon/DevOps-Python-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
50 lines (50 loc) · 1.16 KB
/
requirements.txt
File metadata and controls
50 lines (50 loc) · 1.16 KB
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
avro==1.8.1
# requires Python == 3.4, build in Makefile instead
#avro-python3==1.9.0
awscli==1.16.241
#bitarray==0.8.1
#cassandra-driver==3.6.0
dicttoxml==1.7.4
# Elasticsearch library must match major version :(
# for Elasticsearch 2.x
#elasticsearch>=2.0.0,<3.0.0
# for Elasticsearch 1.x
#elasticsearch>=1.0.0,<2.0.0
# fails on requiring newer version of setuptools
#Flask==0.10.1
GitPython==2.1.14
happybase==1.0.0
humanize==0.5.1
#impyla==0.12.0
Jinja2==2.10.1
#kazoo==2.2.1
ldif3==3.2.2
#MarkupSafe==0.23
#Markdown==2.6.8
# Python 3.5+
#numpy==1.17.2
numpy==1.16.5
python-cson==1.0.9
psutil==4.3.0
# parquet support in pyarrow is weaker, gone back to using parquet-tools
#pyarrow==0.6.0
python-ldap==3.2.0
# PyLint fails some checks in Travis that pass locally
#pyhs2==0.6.0
#python-jenkins==0.4.13
# pulled in automatically by snakebite[kerberos]
#python-krbV==1.0.90
# needed by avro
python-snappy==0.5
sasl==0.2.1
sh==1.12.14
# pulls in python-KrbV as a dependency which doesn't build on Mac any more
# moved to Makefile as best effort
#snakebite[kerberos]==2.11.0
snakebite==2.11.0
thrift-sasl==0.2.1
thrift==0.9.3
thriftpy==0.3.9
toml==0.10.0
xmltodict==0.10.2
yamllint==1.15.0