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 18, 2017
1 parent c5764cb commit 9ebc4c2
Show file tree
Hide file tree
Showing 10 changed files with 327 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 @@
}
}
}
}
}
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 9ebc4c2

Please sign in to comment.