Skip to content

Commit

Permalink
feat(rest-api): upgraded rest api interface with python version 3.6.5
Browse files Browse the repository at this point in the history
UIC-661
  • Loading branch information
bipinsoniguavus committed Oct 30, 2018
1 parent e5efff9 commit 9c839e1
Show file tree
Hide file tree
Showing 11 changed files with 1,081 additions and 475 deletions.
55 changes: 48 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,68 @@ name = "pypi"

[packages]
superset = {editable = true, path = "."}
pycodestyle = "*"
colorama = "*"
click = "*"
colorama = "==0.3.9"
click = "==6.7"
bleach = "==2.1.2"
"boto3" = "==1.4.7"
botocore = "==1.7.48"
celery = "==4.2.0"
cryptography = "==1.9"
flower = "==0.9.2"
future = "==0.16.0"
geopy = "==1.11.0"
gunicorn = "==19.8.0"
humanize = "==0.5.1"
idna = "==2.6"
isodate = "==0.6.0"
pandas = "==0.23.1"
parsedatetime = "==2.0.0"
"pathlib2" = "==2.3.0"
polyline = "==1.3.2"
pydruid = "==0.4.4"
"psycopg2-binary" = "==2.7.5"
python-dateutil = "==2.6.1"
python-geohash = "==0.8.5"
requests = "==2.18.4"
simplejson = "==3.15.0"
six = "==1.11.0"
sqlparse = "==0.2.4"
tableschema = "==1.1.0"
thrift = "==0.11.0"
unicodecsv = "==0.14.1"
"contextlib2" = "==0.5.5"
elasticsearch = "==5.5.3"
Flask = "==0.12.2"
Flask-WTF = "==0.14.2"
PyYAML = "==3.12"
Unidecode = "==1.0.22"
Flask-AppBuilder = "==1.10.0"
Flask-Caching = "==1.4.0"
Flask-Compress = "==1.4.0"
Flask-Migrate = "==2.1.1"
Flask-SQLAlchemy = "==2.1"
Markdown = "==2.6.11"
PyHive = "==0.5.1"
SQLAlchemy = "==1.2.2"
SQLAlchemy-Utils = "==0.32.21"
thrift_sasl = "==0.3.0"

[dev-packages]
"autopep8" = "*"
pylint = "*"
console_log = "*"
console-log = "==0.2.10"
"flake8-coding" = "==1.3.0"
"flake8-commas" = "==2.0.0"
"flake8-future-import" = "==0.4.5"
"flake8-import-order" = "==0.18"
"flake8-quotes" = "==1.0.0"
"flake8" = "==3.5.0"
flask-cors = "==3.0.3"
ipdb = "==0.11"
mysqlclient = "==1.3.12"
"psycopg2-binary" = "==2.7.5"
pylint = "==1.9.2"
redis = "==2.10.6"
statsd = "==3.2.2"
tox = "==3.1.2"
Flask-Cors = "==3.0.3"

[requires]
python_version = "3.6.5"
790 changes: 572 additions & 218 deletions Pipfile.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 9c839e1

Please sign in to comment.