Skip to content

Commit

Permalink
Dependency on ckanext-archiver; kombu and celery not used directly; m…
Browse files Browse the repository at this point in the history
…essytables have higher python-magic dependency
  • Loading branch information
KrzysztofMadejski committed Mar 2, 2017
1 parent 48d16c2 commit 21db044
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 4 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
celery==2.4.2
kombu==2.1.3
kombu-sqlalchemy==1.1.0
SQLAlchemy~=0.9.6
requests~=2.7.0
requests~=2.3.0
xlrd~=1.0.0
python-magic==0.4.6
python-magic~=0.4.12 # check with `pip check` - it's a messytable dependency
messytables~=0.15.2
progressbar
progressbar~=2.3
-e .
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
include_package_data=True,
zip_safe=False,
install_requires=[
# Requirements defined in requirements.txt
'ckanext-archiver',

],
tests_require=[
'nose',
Expand Down

0 comments on commit 21db044

Please sign in to comment.