Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Freeze dependencies and external links
Browse files Browse the repository at this point in the history
  • Loading branch information
georgiana-b committed Apr 19, 2017
1 parent c5764cb commit 0a10100
Show file tree
Hide file tree
Showing 11 changed files with 370 additions and 187 deletions.
4 changes: 2 additions & 2 deletions data_quality/dq.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"assess_timeliness": false,
"timeliness":{},
"data_quality_spec": {
"data_quality_spec_web": "https://raw.githubusercontent.com/frictionlessdata/data-quality-spec/master/spec.json"
"data_quality_spec_web": "https://cdn.rawgit.com/frictionlessdata/data-quality-spec/4d7140394f2d46c5d66f91d4be2bb41477e5f583/spec.json"
},
"goodtables": {
"goodtables_web": "http://goodtables.okfnlabs.org",
Expand All @@ -25,4 +25,4 @@
}
}
}
}
}
43 changes: 43 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
#
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile --output-file requirements.txt setup.py
#
alembic==0.9.1 # via dataset
beautifulsoup4==4.5.3 # via goodtables, tabulator
cchardet==2.0.0 # via goodtables
chardet==3.0.2 # via normality, tabulator
click==6.7
datapackage==0.8.1
dataset==0.8.0 # via tellme
dateparser==0.4.0
et-xmlfile==1.0.1 # via openpyxl
future==0.16.0 # via jsontableschema
goodtables==0.7.6
ijson==2.3 # via tabulator
jdatetime==1.8.2 # via dateparser
jdcal==1.3 # via openpyxl
jsonschema==2.6.0 # via datapackage, goodtables, jsontableschema
jsontableschema==0.6.5
linear-tsv==1.0.0 # via tabulator
mako==1.0.6 # via alembic
markupsafe==1.0 # via mako
normality==0.4.0 # via dataset
openpyxl==2.4.6 # via tabulator
python-dateutil==2.6.0 # via dateparser, jsontableschema
python-editor==1.0.3 # via alembic
pytz==2017.2
pyyaml==3.12 # via dataset, tellme
regex==2017.4.5 # via dateparser
requests==2.13.0 # via datapackage, jsontableschema, tabulator
rfc3986==0.4.1 # via jsontableschema
ruamel.yaml==0.14.7 # via dateparser
six==1.10.0 # via datapackage, dataset, linear-tsv, normality, python-dateutil, tabulator
sqlalchemy==1.1.9 # via alembic, dataset
tabulate==0.7.7 # via tellme
tabulator==0.5.0
tellme==0.2.6 # via goodtables
umalqurra==0.2 # via dateparser
unicodecsv==0.14.1 # via datapackage, jsontableschema
xlrd==1.0.0 # via goodtables, tabulator
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def read(*paths):


PACKAGE = 'data_quality'
INSTALL_REQUIRES = ['click>=6.2', 'goodtables>=0.6.5', 'pytz', 'datapackage',
'jsontableschema', 'dateparser']
INSTALL_REQUIRES = ['click>=6.2,<=7.0.0a', 'goodtables==0.7.6', 'pytz==2017.2', 'datapackage==0.8.1',
'jsontableschema==0.6.5', 'dateparser==0.4.0', 'tabulator==0.5.0']
TESTS_REQUIRE = ['tox']
README = read('README.md')
VERSION = read(PACKAGE, 'VERSION')
Expand Down

0 comments on commit 0a10100

Please sign in to comment.