Skip to content

Commit ce50953

Browse files
authored
Merge pull request #16 from pndaproject/PNDA-2485-update-requirements-txt
Update libraries versions and pin them all
2 parents d242c7b + 9145a6b commit ce50953

File tree

3 files changed

+29
-8
lines changed

3 files changed

+29
-8
lines changed

api/src/main/resources/application_registrar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import logging
2424
import json
2525
import happybase
26-
from happybase.hbase.ttypes import AlreadyExists
26+
from Hbase_thrift import AlreadyExists
2727

2828
from lifecycle_states import ApplicationState
2929

api/src/main/resources/package_registrar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import logging
2424
import json
2525
import happybase
26-
from happybase.hbase.ttypes import AlreadyExists
26+
from Hbase_thrift import AlreadyExists
2727

2828
from package_parser import PackageParser
2929

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
1-
pywebhdfs==0.4.0
2-
cm-api==8.0.0
3-
spur==0.3.12
4-
starbase==0.3.2
1+
argparse==1.2.1
2+
backports-abc==0.5
3+
backports.ssl-match-hostname==3.5.0.1
4+
certifi==2016.9.26
5+
cffi==1.9.1
6+
cm-api==14.0.0
7+
cryptography==1.7.1
8+
enum34==1.1.6
9+
happybase==1.0.0
10+
idna==2.1
11+
ipaddress==1.0.17
12+
ordereddict==1.1
13+
paramiko==2.1.1
14+
ply==3.9
15+
pyasn1==0.1.9
16+
pycparser==2.17
517
pyhs2==0.6.0
6-
happybase==0.9
18+
pywebhdfs==0.4.1
19+
requests==2.12.4
20+
sasl==0.2.1
21+
singledispatch==3.4.0.3
22+
six==1.10.0
23+
spur==0.3.20
24+
starbase==0.3.3
25+
thrift==0.9.3
26+
thriftpy==0.3.9
27+
tornado==4.4.2
728
tornado-cors==0.6.0
8-
requests==2.9.0
29+
wsgiref==0.1.2

0 commit comments

Comments
 (0)